#90E4FE

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

Shades of Columbia Blue #90E4FE

Tints of Columbia Blue #90E4FE

Color information

#90E4FE (or 0x90E4FE) is unknown color: approx Columbia Blue. HEX triplet: 90, E4 and FE. RGB value is (144,228,254). Sum of RGB (Red+Green+Blue) = 144+228+254=626 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.00% from 626); Green value is 228 (89.45% from 255 or 36.42% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #90E4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90E4FE is #6F1B01. Grayscale: #CDCDCD. Windows color (decimal): -7281410 or 16704656. OLE color: 16704656.

HSL color Cylindrical-coordinate representation of color #90E4FE: hue angle of 194.18º 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 #90E4FE is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB144228254-
CMYK0.430.1000.00
HSL194.18º98.21%78.04%-
HSV(B)194.18º43.31%99.61%-
XYZ57.1368.57103.99-
YUV205.85155.1783.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.00%
GREEN value IS 228 (89.45% from 255) = 36.42%
BLUE value IS 254 (99.61% from 255) = 40.58%
R=23.00%
G=36.42%
B=40.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1442282540.430.1000.00194.1898.2178.04
Hex90E4FE2BA00c2624e
Octal220344376531200302142116
Binary1001000011100100111111101010111010001100001011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90E4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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