Html Css Color HEX #90D8EF Anakiwa

📋 copy color: '#90D8EF'

red 144 ◦ green 216 ◦ blue 239

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

Shades of Anakiwa #90D8EF

Tints of Anakiwa #90D8EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.9%

R = 24.04%
G = 36.06%
B = 39.9%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#90D8EF (or 0x90D8EF) is known color: Anakiwa. HEX triplet: 90, D8 and EF. RGB value is (144,216,239). Sum of RGB (Red+Green+Blue) = 144+216+239=599 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24.04% from 599); Green value is 216 (84.77% from 255 or 36.06% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #90D8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D8EF is #6F2710. Grayscale: #C4C4C4. Windows color (decimal): -7284497 or 15718544. OLE color: 15718544.

HSL color Cylindrical-coordinate representation of color #90D8EF: hue angle of 194.53º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90D8EF is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 216 239 -
CMYK 0.40 0.10 0 0.06
HSL 194.53º 0.75% 0.75% -
HSV(B) 194.53º 0.4% 0.94% -
XYZ 51.64 61.27 90.77 -
YUV 197.09 151.65 90.13 -
System Red Green Blue C M Y K H S L
Decimal 144 216 239 0.40 0.10 0 0.06 194.53 0.75 0.75
Hex 90 D8 EF 28 A 0 6 C3 4B 4B
Octal 220 330 357 50 12 0 6 303 113 113
Binary 10010000 11011000 11101111 101000 1010 0 110 11000011 1001011 1001011

Color Harmonies of #90D8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D8EF

Black with #90D8EF

Text Example


Text Example

White with #90D8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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