#90DBF2

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

Shades of Anakiwa #90DBF2

Tints of Anakiwa #90DBF2

Color information

#90DBF2 (or 0x90DBF2) is unknown color: approx Anakiwa. HEX triplet: 90, DB and F2. RGB value is (144,219,242). Sum of RGB (Red+Green+Blue) = 144+219+242=605 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.80% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 242 - color contains mainly: blue. Hex color #90DBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DBF2 is #6F240D. Grayscale: #C7C7C7. Windows color (decimal): -7283726 or 15915920. OLE color: 15915920.

HSL color Cylindrical-coordinate representation of color #90DBF2: hue angle of 194.08º 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 #90DBF2 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB144219242-
CMYK0.400.1000.05
HSL194.08º79.03%75.69%-
HSV(B)194.08º40.5%94.9%-
XYZ52.866393.38-
YUV199.2152.1588.63-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.80%
GREEN value IS 219 (85.94% from 255) = 36.20%
BLUE value IS 242 (94.92% from 255) = 40%
R=23.80%
G=36.20%
B=40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1442192420.400.1000.05194.0879.0375.69
Hex90DBF228A05c24f4c
Octal220333362501205302117114
Binary100100001101101111110010101000101001011100001010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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