#90DBFF

Color #90DBFF Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #90DBFF

Tints of Columbia Blue #90DBFF

Color information

#90DBFF (or 0x90DBFF) is unknown color: approx Columbia Blue. HEX triplet: 90, DB and FF. RGB value is (144,219,255). Sum of RGB (Red+Green+Blue) = 144+219+255=618 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.30% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #90DBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DBFF is #6F2400. Grayscale: #C8C8C8. Windows color (decimal): -7283713 or 16767888. OLE color: 16767888.

HSL color Cylindrical-coordinate representation of color #90DBFF: hue angle of 199.46º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90DBFF is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB144219255-
CMYK0.440.1400
HSL199.46º100%78.24%-
HSV(B)199.46º43.53%100%-
XYZ54.8863.81104.03-
YUV200.68158.6587.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 23.30%
GREEN value IS 219 (85.94% from 255) = 35.44%
BLUE value IS 255 (100% from 255) = 41.26%
R=23.30%
G=35.44%
B=41.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1442192550.440.1400199.4610078.24
Hex90DBFF2CE00c7644e
Octal220333377541600307144116
Binary1001000011011011111111111011001110001100011111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90DBFF; }

 p { color: rgb(144,219,255); }

 H1.HeaderClassName
 {
   color: #90DBFF;
 }
 .AnyTagClassName
 {
   color: #90DBFF;
 }
</style>
background-color css

<style>
 a { background-color: #90DBFF; }

 a { background-color: rgb(144,219,255); }

 div.DivClassName
 {
   background-color: #90DBFF;
 }
 .BgClassName
 {
   background-color: #90DBFF;
 }
</style>
border-color css

<style>
 span { border-color: #90DBFF; }

 span { border-color: rgb(144,219,255); }

 td.TdClassName
 {
   border-color: #90DBFF;
 }
 .TagClassName
 {
   border-color: #90DBFF;
 }
</style>