Html Css Color HEX #90CCDD Anakiwa

📋 copy color: '#90CCDD'

red 144 ◦ green 204 ◦ blue 221

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

Shades of Anakiwa #90CCDD

Tints of Anakiwa #90CCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.85%

 BLUE value IS 221 (86.72% from 255) = 38.84%

R = 25.31%
G = 35.85%
B = 38.84%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#90CCDD (or 0x90CCDD) is known color: Anakiwa. HEX triplet: 90, CC and DD. RGB value is (144,204,221). Sum of RGB (Red+Green+Blue) = 144+204+221=569 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.31% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #90CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CCDD is #6F3322. Grayscale: #BBBBBB. Windows color (decimal): -7287587 or 14535824. OLE color: 14535824.

HSL color Cylindrical-coordinate representation of color #90CCDD: hue angle of 193.25º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90CCDD is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 204 221 -
CMYK 0.35 0.08 0 0.13
HSL 193.25º 0.53% 0.72% -
HSV(B) 193.25º 0.35% 0.87% -
XYZ 46.15 54.34 76.46 -
YUV 188 146.62 96.62 -
System Red Green Blue C M Y K H S L
Decimal 144 204 221 0.35 0.08 0 0.13 193.25 0.53 0.72
Hex 90 CC DD 23 8 0 D C1 35 48
Octal 220 314 335 43 10 0 15 301 65 110
Binary 10010000 11001100 11011101 100011 1000 0 1101 11000001 110101 1001000

Color Harmonies of #90CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CCDD

Black with #90CCDD

Text Example


Text Example

White with #90CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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