Html Css Color HEX #90DCEB Anakiwa

📋 copy color: '#90DCEB'

red 144 ◦ green 220 ◦ blue 235

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

Shades of Anakiwa #90DCEB

Tints of Anakiwa #90DCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.23%

R = 24.04%
G = 36.73%
B = 39.23%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#90DCEB (or 0x90DCEB) is known color: Anakiwa. HEX triplet: 90, DC and EB. RGB value is (144,220,235). Sum of RGB (Red+Green+Blue) = 144+220+235=599 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24.04% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #90DCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DCEB is #6F2314. Grayscale: #C6C6C6. Windows color (decimal): -7283477 or 15457424. OLE color: 15457424.

HSL color Cylindrical-coordinate representation of color #90DCEB: hue angle of 189.89º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90DCEB is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 220 235 -
CMYK 0.39 0.06 0 0.08
HSL 189.89º 0.69% 0.74% -
HSV(B) 189.89º 0.39% 0.92% -
XYZ 52.09 63.11 88.03 -
YUV 198.99 148.32 88.78 -
System Red Green Blue C M Y K H S L
Decimal 144 220 235 0.39 0.06 0 0.08 189.89 0.69 0.74
Hex 90 DC EB 27 6 0 8 BE 45 4A
Octal 220 334 353 47 6 0 10 276 105 112
Binary 10010000 11011100 11101011 100111 110 0 1000 10111110 1000101 1001010

Color Harmonies of #90DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DCEB

Black with #90DCEB

Text Example


Text Example

White with #90DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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