#90DFFA

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

Shades of Columbia Blue #90DFFA

Tints of Columbia Blue #90DFFA

Color information

#90DFFA (or 0x90DFFA) is unknown color: approx Columbia Blue. HEX triplet: 90, DF and FA. RGB value is (144,223,250). Sum of RGB (Red+Green+Blue) = 144+223+250=617 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.34% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #90DFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DFFA is #6F2005. Grayscale: #CACACA. Windows color (decimal): -7282694 or 16441232. OLE color: 16441232.

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

Color convert

RGB144223250-
CMYK0.420.1100.02
HSL195.28º91.38%77.25%-
HSV(B)195.28º42.4%98.04%-
XYZ55.1465.61100.2-
YUV202.46154.8386.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.34%
GREEN value IS 223 (87.5% from 255) = 36.14%
BLUE value IS 250 (98.05% from 255) = 40.52%
R=23.34%
G=36.14%
B=40.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442232500.420.1100.02195.2891.3877.25
Hex90DFFA2AB02c35b4d
Octal220337372521302303133115
Binary10010000110111111111101010101010110101100001110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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