Html Css Color HEX #90CAE2 Anakiwa

📋 copy color: '#90CAE2'

red 144 ◦ green 202 ◦ blue 226

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

Shades of Anakiwa #90CAE2

Tints of Anakiwa #90CAE2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.31%

 BLUE value IS 226 (88.67% from 255) = 39.51%

R = 25.17%
G = 35.31%
B = 39.51%

CMYK

 C value IS 0.36

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#90CAE2 (or 0x90CAE2) is known color: Anakiwa. HEX triplet: 90, CA and E2. RGB value is (144,202,226). Sum of RGB (Red+Green+Blue) = 144+202+226=572 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.17% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 226 (88.67% from 255 or 39.51% from 572); Max value from RGB is 226 - color contains mainly: blue. Hex color #90CAE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CAE2 is #6F351D. Grayscale: #BBBBBB. Windows color (decimal): -7288094 or 14862992. OLE color: 14862992.

HSL color Cylindrical-coordinate representation of color #90CAE2: hue angle of 197.56º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90CAE2 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 144 202 226 -
CMYK 0.36 0.11 0 0.11
HSL 197.56º 0.59% 0.73% -
HSV(B) 197.56º 0.36% 0.89% -
XYZ 46.35 53.66 79.87 -
YUV 187.39 149.78 97.05 -
System Red Green Blue C M Y K H S L
Decimal 144 202 226 0.36 0.11 0 0.11 197.56 0.59 0.73
Hex 90 CA E2 24 B 0 B C6 3B 49
Octal 220 312 342 44 13 0 13 306 73 111
Binary 10010000 11001010 11100010 100100 1011 0 1011 11000110 111011 1001001

Color Harmonies of #90CAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CAE2

Black with #90CAE2

Text Example


Text Example

White with #90CAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,202,226); }

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

background-color css

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

 a { background-color: rgb(144,202,226); }

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

border-color css

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

 span { border-color: rgb(144,202,226); }

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