#90E4FA

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

Shades of Columbia Blue #90E4FA

Tints of Columbia Blue #90E4FA

Color information

#90E4FA (or 0x90E4FA) is unknown color: approx Columbia Blue. HEX triplet: 90, E4 and FA. RGB value is (144,228,250). Sum of RGB (Red+Green+Blue) = 144+228+250=622 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.15% from 622); Green value is 228 (89.45% from 255 or 36.66% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #90E4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90E4FA is #6F1B05. Grayscale: #CDCDCD. Windows color (decimal): -7281414 or 16442512. OLE color: 16442512.

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

Color convert

RGB144228250-
CMYK0.420.0900.02
HSL192.45º91.38%77.25%-
HSV(B)192.45º42.4%98.04%-
XYZ56.568.32100.65-
YUV205.39153.1784.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.15%
GREEN value IS 228 (89.45% from 255) = 36.66%
BLUE value IS 250 (98.05% from 255) = 40.19%
R=23.15%
G=36.66%
B=40.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442282500.420.0900.02192.4591.3877.25
Hex90E4FA2A902c05b4d
Octal220344372521102300133115
Binary10010000111001001111101010101010010101100000010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90E4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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