Html Css Color HEX #90D8EA Anakiwa

📋 copy color: '#90D8EA'

red 144 ◦ green 216 ◦ blue 234

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

Shades of Anakiwa #90D8EA

Tints of Anakiwa #90D8EA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.36%

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

R = 24.24%
G = 36.36%
B = 39.39%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#90D8EA (or 0x90D8EA) is known color: Anakiwa. HEX triplet: 90, D8 and EA. RGB value is (144,216,234). Sum of RGB (Red+Green+Blue) = 144+216+234=594 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.24% from 594); Green value is 216 (84.77% from 255 or 36.36% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 234 - color contains mainly: blue. Hex color #90D8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D8EA is #6F2715. Grayscale: #C4C4C4. Windows color (decimal): -7284502 or 15390864. OLE color: 15390864.

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

Color convert

RGB 144 216 234 -
CMYK 0.38 0.08 0 0.08
HSL 192º 0.68% 0.74% -
HSV(B) 192º 0.38% 0.92% -
XYZ 50.91 60.98 86.93 -
YUV 196.52 149.15 90.54 -
System Red Green Blue C M Y K H S L
Decimal 144 216 234 0.38 0.08 0 0.08 192 0.68 0.74
Hex 90 D8 EA 26 8 0 8 C0 44 4A
Octal 220 330 352 46 10 0 10 300 104 112
Binary 10010000 11011000 11101010 100110 1000 0 1000 11000000 1000100 1001010

Color Harmonies of #90D8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D8EA

Black with #90D8EA

Text Example


Text Example

White with #90D8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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