Html Css Color HEX #90D9F1 Anakiwa

📋 copy color: '#90D9F1'

red 144 ◦ green 217 ◦ blue 241

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

Shades of Anakiwa #90D9F1

Tints of Anakiwa #90D9F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.03%

R = 23.92%
G = 36.05%
B = 40.03%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#90D9F1 (or 0x90D9F1) is known color: Anakiwa. HEX triplet: 90, D9 and F1. RGB value is (144,217,241). Sum of RGB (Red+Green+Blue) = 144+217+241=602 (79% of max value = 765). Red value is 144 (56.64% from 255 or 23.92% from 602); Green value is 217 (85.16% from 255 or 36.05% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #90D9F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D9F1 is #6F260E. Grayscale: #C5C5C5. Windows color (decimal): -7284239 or 15849872. OLE color: 15849872.

HSL color Cylindrical-coordinate representation of color #90D9F1: hue angle of 194.85º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90D9F1 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 144 217 241 -
CMYK 0.40 0.10 0 0.05
HSL 194.85º 0.78% 0.75% -
HSV(B) 194.85º 0.4% 0.95% -
XYZ 52.19 61.91 92.42 -
YUV 197.91 152.32 89.55 -
System Red Green Blue C M Y K H S L
Decimal 144 217 241 0.40 0.10 0 0.05 194.85 0.78 0.75
Hex 90 D9 F1 28 A 0 5 C3 4E 4B
Octal 220 331 361 50 12 0 5 303 116 113
Binary 10010000 11011001 11110001 101000 1010 0 101 11000011 1001110 1001011

Color Harmonies of #90D9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D9F1

Black with #90D9F1

Text Example


Text Example

White with #90D9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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