Html Css Color HEX #90DDEC Anakiwa

📋 copy color: '#90DDEC'

red 144 ◦ green 221 ◦ blue 236

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

Shades of Anakiwa #90DDEC

Tints of Anakiwa #90DDEC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.77%

 BLUE value IS 236 (92.58% from 255) = 39.27%

R = 23.96%
G = 36.77%
B = 39.27%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#90DDEC (or 0x90DDEC) is known color: Anakiwa. HEX triplet: 90, DD and EC. RGB value is (144,221,236). Sum of RGB (Red+Green+Blue) = 144+221+236=601 (79% of max value = 765). Red value is 144 (56.64% from 255 or 23.96% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #90DDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DDEC is #6F2213. Grayscale: #C7C7C7. Windows color (decimal): -7283220 or 15523216. OLE color: 15523216.

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

Color convert

RGB 144 221 236 -
CMYK 0.39 0.06 0 0.07
HSL 189.78º 0.71% 0.75% -
HSV(B) 189.78º 0.39% 0.93% -
XYZ 52.5 63.7 88.88 -
YUV 199.69 148.49 88.28 -
System Red Green Blue C M Y K H S L
Decimal 144 221 236 0.39 0.06 0 0.07 189.78 0.71 0.75
Hex 90 DD EC 27 6 0 7 BE 47 4B
Octal 220 335 354 47 6 0 7 276 107 113
Binary 10010000 11011101 11101100 100111 110 0 111 10111110 1000111 1001011

Color Harmonies of #90DDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DDEC

Black with #90DDEC

Text Example


Text Example

White with #90DDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,221,236); }

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

background-color css

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

 a { background-color: rgb(144,221,236); }

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

border-color css

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

 span { border-color: rgb(144,221,236); }

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