#90ECFF

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

Shades of Columbia Blue #90ECFF

Tints of Columbia Blue #90ECFF

Color information

#90ECFF (or 0x90ECFF) is unknown color: approx Columbia Blue. HEX triplet: 90, EC and FF. RGB value is (144,236,255). Sum of RGB (Red+Green+Blue) = 144+236+255=635 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.68% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #90ECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90ECFF is #6F1300. Grayscale: #D2D2D2. Windows color (decimal): -7279361 or 16772240. OLE color: 16772240.

HSL color Cylindrical-coordinate representation of color #90ECFF: hue angle of 190.27º 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 #90ECFF is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB144236255-
CMYK0.440.0700
HSL190.27º100%78.24%-
HSV(B)190.27º43.53%100%-
XYZ59.5573.14105.59-
YUV210.66153.0280.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.68%
GREEN value IS 236 (92.58% from 255) = 37.17%
BLUE value IS 255 (100% from 255) = 40.16%
R=22.68%
G=37.17%
B=40.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1442362550.440.0700190.2710078.24
Hex90ECFF2C700be644e
Octal22035437754700276144116
Binary100100001110110011111111101100111001011111011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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