#90DEFB

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

Shades of Columbia Blue #90DEFB

Tints of Columbia Blue #90DEFB

Color information

#90DEFB (or 0x90DEFB) is unknown color: approx Columbia Blue. HEX triplet: 90, DE and FB. RGB value is (144,222,251). Sum of RGB (Red+Green+Blue) = 144+222+251=617 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.34% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #90DEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DEFB is #6F2104. Grayscale: #C9C9C9. Windows color (decimal): -7282949 or 16506512. OLE color: 16506512.

HSL color Cylindrical-coordinate representation of color #90DEFB: hue angle of 196.26º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90DEFB is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB144222251-
CMYK0.430.1200.02
HSL196.26º93.04%77.45%-
HSV(B)196.26º42.63%98.43%-
XYZ55.0465.14100.94-
YUV201.98155.6686.64-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.34%
GREEN value IS 222 (87.11% from 255) = 35.98%
BLUE value IS 251 (98.44% from 255) = 40.68%
R=23.34%
G=35.98%
B=40.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442222510.430.1200.02196.2693.0477.45
Hex90DEFB2BC02c45d4d
Octal220336373531402304135115
Binary10010000110111101111101110101111000101100010010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,222,251); }

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

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

 a { background-color: rgb(144,222,251); }

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

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

 span { border-color: rgb(144,222,251); }

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