Html Css Color HEX #90D1EA Anakiwa

📋 copy color: '#90D1EA'

red 144 ◦ green 209 ◦ blue 234

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

Shades of Anakiwa #90D1EA

Tints of Anakiwa #90D1EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.86%

R = 24.53%
G = 35.6%
B = 39.86%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#90D1EA (or 0x90D1EA) is known color: Anakiwa. HEX triplet: 90, D1 and EA. RGB value is (144,209,234). Sum of RGB (Red+Green+Blue) = 144+209+234=587 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.53% from 587); Green value is 209 (82.03% from 255 or 35.60% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #90D1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D1EA is #6F2E15. Grayscale: #C0C0C0. Windows color (decimal): -7286294 or 15389072. OLE color: 15389072.

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

Color convert

RGB 144 209 234 -
CMYK 0.38 0.11 0 0.08
HSL 196.67º 0.68% 0.74% -
HSV(B) 196.67º 0.38% 0.92% -
XYZ 49.15 57.47 86.34 -
YUV 192.42 151.47 93.47 -
System Red Green Blue C M Y K H S L
Decimal 144 209 234 0.38 0.11 0 0.08 196.67 0.68 0.74
Hex 90 D1 EA 26 B 0 8 C5 44 4A
Octal 220 321 352 46 13 0 10 305 104 112
Binary 10010000 11010001 11101010 100110 1011 0 1000 11000101 1000100 1001010

Color Harmonies of #90D1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D1EA

Black with #90D1EA

Text Example


Text Example

White with #90D1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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