#33B1C8

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

Shades of Summer Sky #33B1C8

Tints of Summer Sky #33B1C8

Color information

#33B1C8 (or 0x33B1C8) is unknown color: approx Summer Sky. HEX triplet: 33, B1 and C8. RGB value is (51,177,200). Sum of RGB (Red+Green+Blue) = 51+177+200=428 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.92% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 200 (78.52% from 255 or 46.73% from 428); Max value from RGB is 200 - color contains mainly: blue. Hex color #33B1C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33B1C8 is #CC4E37. Grayscale: #8D8D8D. Windows color (decimal): -13389368 or 13152563. OLE color: 13152563.

HSL color Cylindrical-coordinate representation of color #33B1C8: hue angle of 189.26º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33B1C8 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB51177200-
CMYK0.740.1200.22
HSL189.26º59.36%49.22%-
HSV(B)189.26º74.5%78.43%-
XYZ27.5136.3260.2-
YUV141.95160.7663.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.92%
GREEN value IS 177 (69.53% from 255) = 41.36%
BLUE value IS 200 (78.52% from 255) = 46.73%
R=11.92%
G=41.36%
B=46.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal511772000.740.1200.22189.2659.3649.22
Hex33B1C84AC016bd3b31
Octal63261310112140262757361
Binary11001110110001110010001001010110001011010111101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,177,200); }

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

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

 a { background-color: rgb(51,177,200); }

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

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

 span { border-color: rgb(51,177,200); }

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