#90E9FE

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

Shades of Columbia Blue #90E9FE

Tints of Columbia Blue #90E9FE

Color information

#90E9FE (or 0x90E9FE) is unknown color: approx Columbia Blue. HEX triplet: 90, E9 and FE. RGB value is (144,233,254). Sum of RGB (Red+Green+Blue) = 144+233+254=631 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.82% from 631); Green value is 233 (91.41% from 255 or 36.93% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #90E9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90E9FE is #6F1601. Grayscale: #D0D0D0. Windows color (decimal): -7280130 or 16705936. OLE color: 16705936.

HSL color Cylindrical-coordinate representation of color #90E9FE: hue angle of 191.45º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90E9FE is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB144233254-
CMYK0.430.0800.00
HSL191.45º98.21%78.04%-
HSV(B)191.45º43.31%99.61%-
XYZ58.5371.36104.46-
YUV208.78153.5181.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.82%
GREEN value IS 233 (91.41% from 255) = 36.93%
BLUE value IS 254 (99.61% from 255) = 40.25%
R=22.82%
G=36.93%
B=40.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1442332540.430.0800.00191.4598.2178.04
Hex90E9FE2B800bf624e
Octal220351376531000277142116
Binary1001000011101001111111101010111000001011111111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90E9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,233,254); }

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

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

 a { background-color: rgb(144,233,254); }

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

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

 span { border-color: rgb(144,233,254); }

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