Html Css Color HEX #90DEEF Anakiwa

📋 copy color: '#90DEEF'

red 144 ◦ green 222 ◦ blue 239

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

Shades of Anakiwa #90DEEF

Tints of Anakiwa #90DEEF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.69%

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

R = 23.8%
G = 36.69%
B = 39.5%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#90DEEF (or 0x90DEEF) is known color: Anakiwa. HEX triplet: 90, DE and EF. RGB value is (144,222,239). Sum of RGB (Red+Green+Blue) = 144+222+239=605 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.80% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #90DEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DEEF is #6F2110. Grayscale: #C8C8C8. Windows color (decimal): -7282961 or 15720080. OLE color: 15720080.

HSL color Cylindrical-coordinate representation of color #90DEEF: hue angle of 190.74º 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 #90DEEF is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 222 239 -
CMYK 0.40 0.07 0 0.06
HSL 190.74º 0.75% 0.75% -
HSV(B) 190.74º 0.4% 0.94% -
XYZ 53.2 64.4 91.29 -
YUV 200.62 149.66 87.62 -
System Red Green Blue C M Y K H S L
Decimal 144 222 239 0.40 0.07 0 0.06 190.74 0.75 0.75
Hex 90 DE EF 28 7 0 6 BF 4B 4B
Octal 220 336 357 50 7 0 6 277 113 113
Binary 10010000 11011110 11101111 101000 111 0 110 10111111 1001011 1001011

Color Harmonies of #90DEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DEEF

Black with #90DEEF

Text Example


Text Example

White with #90DEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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