#90DCF2

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

Shades of Anakiwa #90DCF2

Tints of Anakiwa #90DCF2

Color information

#90DCF2 (or 0x90DCF2) is unknown color: approx Anakiwa. HEX triplet: 90, DC and F2. RGB value is (144,220,242). Sum of RGB (Red+Green+Blue) = 144+220+242=606 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.76% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 242 (94.92% from 255 or 39.93% from 606); Max value from RGB is 242 - color contains mainly: blue. Hex color #90DCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DCF2 is #6F230D. Grayscale: #C7C7C7. Windows color (decimal): -7283470 or 15916176. OLE color: 15916176.

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

Color convert

RGB144220242-
CMYK0.400.0900.05
HSL193.47º79.03%75.69%-
HSV(B)193.47º40.5%94.9%-
XYZ53.1263.5393.47-
YUV199.78151.8288.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.76%
GREEN value IS 220 (86.33% from 255) = 36.30%
BLUE value IS 242 (94.92% from 255) = 39.93%
R=23.76%
G=36.30%
B=39.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1442202420.400.0900.05193.4779.0375.69
Hex90DCF228905c14f4c
Octal220334362501105301117114
Binary100100001101110011110010101000100101011100000110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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