Html Css Color HEX #90E1FF Columbia Blue

📋 copy color: '#90E1FF'

red 144 ◦ green 225 ◦ blue 255

#90E1FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Columbia Blue #90E1FF

Tints of Columbia Blue #90E1FF

RGB

 RED value IS 144 (56.64% from 255) = 23.08%

 GREEN value IS 225 (88.28% from 255) = 36.06%

 BLUE value IS 255 (100% from 255) = 40.87%

R = 23.08%
G = 36.06%
B = 40.87%

CMYK

 C value IS 0.44

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#90E1FF (or 0x90E1FF) is known color: Columbia Blue. HEX triplet: 90, E1 and FF. RGB value is (144,225,255). Sum of RGB (Red+Green+Blue) = 144+225+255=624 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.08% from 624); Green value is 225 (88.28% from 255 or 36.06% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #90E1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90E1FF is #6F1E00. Grayscale: #CCCCCC. Windows color (decimal): -7282177 or 16769424. OLE color: 16769424.

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

Color convert

RGB 144 225 255 -
CMYK 0.44 0.12 0 0
HSL 196.22º 1% 0.78% -
HSV(B) 196.22º 0.44% 1% -
XYZ 56.48 67 104.56 -
YUV 204.2 156.66 85.06 -
System Red Green Blue C M Y K H S L
Decimal 144 225 255 0.44 0.12 0 0 196.22 1 0.78
Hex 90 E1 FF 2C C 0 0 C4 64 4E
Octal 220 341 377 54 14 0 0 304 144 116
Binary 10010000 11100001 11111111 101100 1100 0 0 11000100 1100100 1001110

Color Harmonies of #90E1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90E1FF

Black with #90E1FF

Text Example


Text Example

White with #90E1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90E1FF;
 }
 .AnyTagClassName
 {
   color: #90E1FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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