Html Css Color HEX #90D9F0 Anakiwa

📋 copy color: '#90D9F0'

red 144 ◦ green 217 ◦ blue 240

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

Shades of Anakiwa #90D9F0

Tints of Anakiwa #90D9F0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.11%

 BLUE value IS 240 (94.14% from 255) = 39.93%

R = 23.96%
G = 36.11%
B = 39.93%

CMYK

 C value IS 0.4

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#90D9F0 (or 0x90D9F0) is known color: Anakiwa. HEX triplet: 90, D9 and F0. RGB value is (144,217,240). Sum of RGB (Red+Green+Blue) = 144+217+240=601 (79% of max value = 765). Red value is 144 (56.64% from 255 or 23.96% from 601); Green value is 217 (85.16% from 255 or 36.11% from 601); Blue value is 240 (94.14% from 255 or 39.93% from 601); Max value from RGB is 240 - color contains mainly: blue. Hex color #90D9F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D9F0 is #6F260F. Grayscale: #C5C5C5. Windows color (decimal): -7284240 or 15784336. OLE color: 15784336.

HSL color Cylindrical-coordinate representation of color #90D9F0: hue angle of 194.38º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90D9F0 is Cyan = 0.4, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 217 240 -
CMYK 0.4 0.10 0 0.06
HSL 194.38º 0.76% 0.75% -
HSV(B) 194.38º 0.4% 0.94% -
XYZ 52.04 61.85 91.63 -
YUV 197.8 151.82 89.63 -
System Red Green Blue C M Y K H S L
Decimal 144 217 240 0.4 0.10 0 0.06 194.38 0.76 0.75
Hex 90 D9 F0 28 A 0 6 C2 4C 4B
Octal 220 331 360 50 12 0 6 302 114 113
Binary 10010000 11011001 11110000 101000 1010 0 110 11000010 1001100 1001011

Color Harmonies of #90D9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D9F0

Black with #90D9F0

Text Example


Text Example

White with #90D9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,217,240); }

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

background-color css

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

 a { background-color: rgb(144,217,240); }

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

border-color css

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

 span { border-color: rgb(144,217,240); }

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