Html Css Color HEX #90D7EA Anakiwa

📋 copy color: '#90D7EA'

red 144 ◦ green 215 ◦ blue 234

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

Shades of Anakiwa #90D7EA

Tints of Anakiwa #90D7EA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.26%

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

R = 24.28%
G = 36.26%
B = 39.46%

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

#90D7EA (or 0x90D7EA) is known color: Anakiwa. HEX triplet: 90, D7 and EA. RGB value is (144,215,234). Sum of RGB (Red+Green+Blue) = 144+215+234=593 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.28% from 593); Green value is 215 (84.38% from 255 or 36.26% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #90D7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D7EA is #6F2815. Grayscale: #C3C3C3. Windows color (decimal): -7284758 or 15390608. OLE color: 15390608.

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

Color convert

RGB 144 215 234 -
CMYK 0.38 0.08 0 0.08
HSL 192.67º 0.68% 0.74% -
HSV(B) 192.67º 0.38% 0.92% -
XYZ 50.65 60.47 86.84 -
YUV 195.94 149.48 90.96 -
System Red Green Blue C M Y K H S L
Decimal 144 215 234 0.38 0.08 0 0.08 192.67 0.68 0.74
Hex 90 D7 EA 26 8 0 8 C1 44 4A
Octal 220 327 352 46 10 0 10 301 104 112
Binary 10010000 11010111 11101010 100110 1000 0 1000 11000001 1000100 1001010

Color Harmonies of #90D7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D7EA

Black with #90D7EA

Text Example


Text Example

White with #90D7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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