#90DFFB

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

Shades of Columbia Blue #90DFFB

Tints of Columbia Blue #90DFFB

Color information

#90DFFB (or 0x90DFFB) is unknown color: approx Columbia Blue. HEX triplet: 90, DF and FB. RGB value is (144,223,251). Sum of RGB (Red+Green+Blue) = 144+223+251=618 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.30% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #90DFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DFFB is #6F2004. Grayscale: #CACACA. Windows color (decimal): -7282693 or 16506768. OLE color: 16506768.

HSL color Cylindrical-coordinate representation of color #90DFFB: hue angle of 195.7º 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 #90DFFB is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB144223251-
CMYK0.430.1100.02
HSL195.7º93.04%77.45%-
HSV(B)195.7º42.63%98.43%-
XYZ55.365.67101.03-
YUV202.57155.3386.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.30%
GREEN value IS 223 (87.5% from 255) = 36.08%
BLUE value IS 251 (98.44% from 255) = 40.61%
R=23.30%
G=36.08%
B=40.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442232510.430.1100.02195.793.0477.45
Hex90DFFB2BB02c45d4d
Octal220337373531302304135115
Binary10010000110111111111101110101110110101100010010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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