#33C2FD

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

Shades of Summer Sky #33C2FD

Tints of Summer Sky #33C2FD

Color information

#33C2FD (or 0x33C2FD) is unknown color: approx Summer Sky. HEX triplet: 33, C2 and FD. RGB value is (51,194,253). Sum of RGB (Red+Green+Blue) = 51+194+253=498 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.24% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #33C2FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33C2FD is #CC3D02. Grayscale: #9D9D9D. Windows color (decimal): -13384963 or 16630323. OLE color: 16630323.

HSL color Cylindrical-coordinate representation of color #33C2FD: hue angle of 197.52º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33C2FD is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB51194253-
CMYK0.800.2300.01
HSL197.52º98.06%59.61%-
HSV(B)197.52º79.84%99.22%-
XYZ38.3946.3899.86-
YUV157.97181.6251.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.24%
GREEN value IS 194 (76.17% from 255) = 38.96%
BLUE value IS 253 (99.22% from 255) = 50.80%
R=10.24%
G=38.96%
B=50.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal511942530.800.2300.01197.5298.0659.61
Hex33C2FD501701c6623c
Octal63302375120270130614274
Binary110011110000101111110110100001011101110001101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,194,253); }

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

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

 a { background-color: rgb(51,194,253); }

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

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

 span { border-color: rgb(51,194,253); }

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