Html Css Color HEX #90D8ED Anakiwa

📋 copy color: '#90D8ED'

red 144 ◦ green 216 ◦ blue 237

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

Shades of Anakiwa #90D8ED

Tints of Anakiwa #90D8ED

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.18%

 BLUE value IS 237 (92.97% from 255) = 39.7%

R = 24.12%
G = 36.18%
B = 39.7%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#90D8ED (or 0x90D8ED) is known color: Anakiwa. HEX triplet: 90, D8 and ED. RGB value is (144,216,237). Sum of RGB (Red+Green+Blue) = 144+216+237=597 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24.12% from 597); Green value is 216 (84.77% from 255 or 36.18% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #90D8ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D8ED is #6F2712. Grayscale: #C4C4C4. Windows color (decimal): -7284499 or 15587472. OLE color: 15587472.

HSL color Cylindrical-coordinate representation of color #90D8ED: hue angle of 193.55º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90D8ED is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 216 237 -
CMYK 0.39 0.09 0 0.07
HSL 193.55º 0.72% 0.75% -
HSV(B) 193.55º 0.39% 0.93% -
XYZ 51.34 61.16 89.22 -
YUV 196.87 150.65 90.29 -
System Red Green Blue C M Y K H S L
Decimal 144 216 237 0.39 0.09 0 0.07 193.55 0.72 0.75
Hex 90 D8 ED 27 9 0 7 C2 48 4B
Octal 220 330 355 47 11 0 7 302 110 113
Binary 10010000 11011000 11101101 100111 1001 0 111 11000010 1001000 1001011

Color Harmonies of #90D8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D8ED

Black with #90D8ED

Text Example


Text Example

White with #90D8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,216,237); }

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

background-color css

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

 a { background-color: rgb(144,216,237); }

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

border-color css

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

 span { border-color: rgb(144,216,237); }

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