Html Css Color HEX #90D1EB Anakiwa

📋 copy color: '#90D1EB'

red 144 ◦ green 209 ◦ blue 235

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

Shades of Anakiwa #90D1EB

Tints of Anakiwa #90D1EB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.54%

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

R = 24.49%
G = 35.54%
B = 39.97%

CMYK

 C value IS 0.39

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#90D1EB (or 0x90D1EB) is known color: Anakiwa. HEX triplet: 90, D1 and EB. RGB value is (144,209,235). Sum of RGB (Red+Green+Blue) = 144+209+235=588 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.49% from 588); Green value is 209 (82.03% from 255 or 35.54% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #90D1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D1EB is #6F2E14. Grayscale: #C0C0C0. Windows color (decimal): -7286293 or 15454608. OLE color: 15454608.

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

Color convert

RGB 144 209 235 -
CMYK 0.39 0.11 0 0.08
HSL 197.14º 0.69% 0.74% -
HSV(B) 197.14º 0.39% 0.92% -
XYZ 49.3 57.53 87.1 -
YUV 192.53 151.97 93.39 -
System Red Green Blue C M Y K H S L
Decimal 144 209 235 0.39 0.11 0 0.08 197.14 0.69 0.74
Hex 90 D1 EB 27 B 0 8 C5 45 4A
Octal 220 321 353 47 13 0 10 305 105 112
Binary 10010000 11010001 11101011 100111 1011 0 1000 11000101 1000101 1001010

Color Harmonies of #90D1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D1EB

Black with #90D1EB

Text Example


Text Example

White with #90D1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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