#90D5F2

Color #90D5F2 Anakiwa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Anakiwa #90D5F2

Tints of Anakiwa #90D5F2

Color information

#90D5F2 (or 0x90D5F2) is unknown color: approx Anakiwa. HEX triplet: 90, D5 and F2. RGB value is (144,213,242). Sum of RGB (Red+Green+Blue) = 144+213+242=599 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24.04% from 599); Green value is 213 (83.59% from 255 or 35.56% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 242 - color contains mainly: blue. Hex color #90D5F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D5F2 is #6F2A0D. Grayscale: #C3C3C3. Windows color (decimal): -7285262 or 15914384. OLE color: 15914384.

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

Color convert

RGB144213242-
CMYK0.400.1200.05
HSL197.76º79.03%75.69%-
HSV(B)197.76º40.5%94.9%-
XYZ51.3259.9392.87-
YUV195.68154.1491.14-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.04%
GREEN value IS 213 (83.59% from 255) = 35.56%
BLUE value IS 242 (94.92% from 255) = 40.40%
R=24.04%
G=35.56%
B=40.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1442132420.400.1200.05197.7679.0375.69
Hex90D5F228C05c64f4c
Octal220325362501405306117114
Binary100100001101010111110010101000110001011100011010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,213,242); }

 H1.HeaderClassName
 {
   color: #90D5F2;
 }
 .AnyTagClassName
 {
   color: #90D5F2;
 }
</style>
background-color css

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

 a { background-color: rgb(144,213,242); }

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

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

 span { border-color: rgb(144,213,242); }

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