#90E5FD

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

Shades of Columbia Blue #90E5FD

Tints of Columbia Blue #90E5FD

Color information

#90E5FD (or 0x90E5FD) is unknown color: approx Columbia Blue. HEX triplet: 90, E5 and FD. RGB value is (144,229,253). Sum of RGB (Red+Green+Blue) = 144+229+253=626 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.00% from 626); Green value is 229 (89.84% from 255 or 36.58% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #90E5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90E5FD is #6F1A02. Grayscale: #CECECE. Windows color (decimal): -7281155 or 16639376. OLE color: 16639376.

HSL color Cylindrical-coordinate representation of color #90E5FD: hue angle of 193.21º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90E5FD is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB144229253-
CMYK0.430.0900.01
HSL193.21º96.46%77.84%-
HSV(B)193.21º43.08%99.22%-
XYZ57.2569.06103.24-
YUV206.32154.3483.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.00%
GREEN value IS 229 (89.84% from 255) = 36.58%
BLUE value IS 253 (99.22% from 255) = 40.42%
R=23.00%
G=36.58%
B=40.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1442292530.430.0900.01193.2196.4677.84
Hex90E5FD2B901c1604e
Octal220345375531101301140116
Binary1001000011100101111111011010111001011100000111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90E5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,229,253); }

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

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

 a { background-color: rgb(144,229,253); }

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

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

 span { border-color: rgb(144,229,253); }

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