#22C5DA

Color #22C5DA Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #22C5DA

Tints of Summer Sky #22C5DA

Color information

#22C5DA (or 0x22C5DA) is unknown color: approx Summer Sky. HEX triplet: 22, C5 and DA. RGB value is (34,197,218). Sum of RGB (Red+Green+Blue) = 34+197+218=449 (59% of max value = 765). Red value is 34 (13.67% from 255 or 7.57% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #22C5DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22C5DA is #DD3A25. Grayscale: #969696. Windows color (decimal): -14498342 or 14337314. OLE color: 14337314.

HSL color Cylindrical-coordinate representation of color #22C5DA: hue angle of 186.85º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22C5DA is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB34197218-
CMYK0.840.1000.15
HSL186.85º73.02%49.41%-
HSV(B)186.85º84.4%85.49%-
XYZ33.2845.3373.33-
YUV150.6616644.79-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 7.57%
GREEN value IS 197 (77.34% from 255) = 43.88%
BLUE value IS 218 (85.55% from 255) = 48.55%
R=7.57%
G=43.88%
B=48.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal341972180.840.1000.15186.8573.0249.41
Hex22C5DA54A0Fbb4931
Octal423053321241201727311161
Binary10001011000101110110101010100101001111101110111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22C5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22C5DA; }

 p { color: rgb(34,197,218); }

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

<style>
 a { background-color: #22C5DA; }

 a { background-color: rgb(34,197,218); }

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

<style>
 span { border-color: #22C5DA; }

 span { border-color: rgb(34,197,218); }

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