Html Css Color HEX #90DCEC Anakiwa

📋 copy color: '#90DCEC'

red 144 ◦ green 220 ◦ blue 236

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

Shades of Anakiwa #90DCEC

Tints of Anakiwa #90DCEC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.67%

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

R = 24%
G = 36.67%
B = 39.33%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#90DCEC (or 0x90DCEC) is known color: Anakiwa. HEX triplet: 90, DC and EC. RGB value is (144,220,236). Sum of RGB (Red+Green+Blue) = 144+220+236=600 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #90DCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DCEC is #6F2313. Grayscale: #C6C6C6. Windows color (decimal): -7283476 or 15522960. OLE color: 15522960.

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

Color convert

RGB 144 220 236 -
CMYK 0.39 0.07 0 0.07
HSL 190.43º 0.71% 0.75% -
HSV(B) 190.43º 0.39% 0.93% -
XYZ 52.24 63.17 88.8 -
YUV 199.1 148.82 88.7 -
System Red Green Blue C M Y K H S L
Decimal 144 220 236 0.39 0.07 0 0.07 190.43 0.71 0.75
Hex 90 DC EC 27 7 0 7 BE 47 4B
Octal 220 334 354 47 7 0 7 276 107 113
Binary 10010000 11011100 11101100 100111 111 0 111 10111110 1000111 1001011

Color Harmonies of #90DCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DCEC

Black with #90DCEC

Text Example


Text Example

White with #90DCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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