#90D5F4

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

Shades of Anakiwa #90D5F4

Tints of Anakiwa #90D5F4

Color information

#90D5F4 (or 0x90D5F4) is unknown color: approx Anakiwa. HEX triplet: 90, D5 and F4. RGB value is (144,213,244). Sum of RGB (Red+Green+Blue) = 144+213+244=601 (79% of max value = 765). Red value is 144 (56.64% from 255 or 23.96% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 244 (95.70% from 255 or 40.60% from 601); Max value from RGB is 244 - color contains mainly: blue. Hex color #90D5F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D5F4 is #6F2A0B. Grayscale: #C3C3C3. Windows color (decimal): -7285260 or 16045456. OLE color: 16045456.

HSL color Cylindrical-coordinate representation of color #90D5F4: hue angle of 198.6º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90D5F4 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB144213244-
CMYK0.410.1300.04
HSL198.6º81.97%76.08%-
HSV(B)198.6º40.98%95.69%-
XYZ51.6260.0594.46-
YUV195.9155.1490.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.96%
GREEN value IS 213 (83.59% from 255) = 35.44%
BLUE value IS 244 (95.70% from 255) = 40.60%
R=23.96%
G=35.44%
B=40.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1442132440.410.1300.04198.681.9776.08
Hex90D5F429D04c7524c
Octal220325364511504307122114
Binary100100001101010111110100101001110101001100011110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D5F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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