#33CCFF

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

Shades of Summer Sky #33CCFF

Tints of Summer Sky #33CCFF

Color information

#33CCFF (or 0x33CCFF) is unknown color: approx Summer Sky. HEX triplet: 33, CC and FF. RGB value is (51,204,255). Sum of RGB (Red+Green+Blue) = 51+204+255=510 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #33CCFF is a web safe color. Inversed color of #33CCFF is #CC3300. Grayscale: #A3A3A3. Windows color (decimal): -13382401 or 16763955. OLE color: 16763955.

HSL color Cylindrical-coordinate representation of color #33CCFF: hue angle of 195º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33CCFF is Cyan = 0.8, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB51204255-
CMYK0.80.200
HSL195º100%60%-
HSV(B)195º80%100%-
XYZ41.0151.11102.31-
YUV164.07179.3147.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10%
GREEN value IS 204 (80.08% from 255) = 40%
BLUE value IS 255 (100% from 255) = 50%
R=10%
G=40%
B=50%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal512042550.80.20019510060
Hex33CCFF501400c3643c
Octal63314377120240030314474
Binary110011110011001111111110100001010000110000111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33CCFF; }

 p { color: rgb(51,204,255); }

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

<style>
 a { background-color: #33CCFF; }

 a { background-color: rgb(51,204,255); }

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

<style>
 span { border-color: #33CCFF; }

 span { border-color: rgb(51,204,255); }

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