#22CCEE

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

Shades of Summer Sky #22CCEE

Tints of Summer Sky #22CCEE

Color information

#22CCEE (or 0x22CCEE) is unknown color: approx Summer Sky. HEX triplet: 22, CC and EE. RGB value is (34,204,238). Sum of RGB (Red+Green+Blue) = 34+204+238=476 (63% of max value = 765). Red value is 34 (13.67% from 255 or 7.14% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #22CCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #22CCEE is #DD3311. Grayscale: #9C9C9C. Windows color (decimal): -14496530 or 15649826. OLE color: 15649826.

HSL color Cylindrical-coordinate representation of color #22CCEE: hue angle of 190º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22CCEE is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB34204238-
CMYK0.860.1400.07
HSL190º85.71%53.33%-
HSV(B)190º85.71%93.33%-
XYZ37.6949.788.5-
YUV157.05173.6840.24-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 7.14%
GREEN value IS 204 (80.08% from 255) = 42.86%
BLUE value IS 238 (93.36% from 255) = 50%
R=7.14%
G=42.86%
B=50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal342042380.860.1400.0719085.7153.33
Hex22CCEE56E07be5635
Octal42314356126160727612665
Binary1000101100110011101110101011011100111101111101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22CCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,204,238); }

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

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

 a { background-color: rgb(34,204,238); }

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

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

 span { border-color: rgb(34,204,238); }

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