#90EAFA

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

Shades of Columbia Blue #90EAFA

Tints of Columbia Blue #90EAFA

Color information

#90EAFA (or 0x90EAFA) is unknown color: approx Columbia Blue. HEX triplet: 90, EA and FA. RGB value is (144,234,250). Sum of RGB (Red+Green+Blue) = 144+234+250=628 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.93% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #90EAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EAFA is #6F1505. Grayscale: #D0D0D0. Windows color (decimal): -7279878 or 16444048. OLE color: 16444048.

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

Color convert

RGB144234250-
CMYK0.420.0600.02
HSL189.06º91.38%77.25%-
HSV(B)189.06º42.4%98.04%-
XYZ58.1871.68101.21-
YUV208.91151.1881.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.93%
GREEN value IS 234 (91.80% from 255) = 37.26%
BLUE value IS 250 (98.05% from 255) = 39.81%
R=22.93%
G=37.26%
B=39.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442342500.420.0600.02189.0691.3877.25
Hex90EAFA2A602bd5b4d
Octal22035237252602275133115
Binary1001000011101010111110101010101100101011110110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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