Html Css Color HEX #90DBEE Anakiwa

📋 copy color: '#90DBEE'

red 144 ◦ green 219 ◦ blue 238

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

Shades of Anakiwa #90DBEE

Tints of Anakiwa #90DBEE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.44%

 BLUE value IS 238 (93.36% from 255) = 39.6%

R = 23.96%
G = 36.44%
B = 39.6%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#90DBEE (or 0x90DBEE) is known color: Anakiwa. HEX triplet: 90, DB and EE. RGB value is (144,219,238). Sum of RGB (Red+Green+Blue) = 144+219+238=601 (79% of max value = 765). Red value is 144 (56.64% from 255 or 23.96% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #90DBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DBEE is #6F2411. Grayscale: #C6C6C6. Windows color (decimal): -7283730 or 15653776. OLE color: 15653776.

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

Color convert

RGB 144 219 238 -
CMYK 0.39 0.08 0 0.07
HSL 192.13º 0.73% 0.75% -
HSV(B) 192.13º 0.39% 0.93% -
XYZ 52.27 62.77 90.25 -
YUV 198.74 150.15 88.96 -
System Red Green Blue C M Y K H S L
Decimal 144 219 238 0.39 0.08 0 0.07 192.13 0.73 0.75
Hex 90 DB EE 27 8 0 7 C0 49 4B
Octal 220 333 356 47 10 0 7 300 111 113
Binary 10010000 11011011 11101110 100111 1000 0 111 11000000 1001001 1001011

Color Harmonies of #90DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DBEE

Black with #90DBEE

Text Example


Text Example

White with #90DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,219,238); }

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

background-color css

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

 a { background-color: rgb(144,219,238); }

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

border-color css

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

 span { border-color: rgb(144,219,238); }

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