#33BADC

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

Shades of Summer Sky #33BADC

Tints of Summer Sky #33BADC

Color information

#33BADC (or 0x33BADC) is unknown color: approx Summer Sky. HEX triplet: 33, BA and DC. RGB value is (51,186,220). Sum of RGB (Red+Green+Blue) = 51+186+220=457 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.16% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #33BADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BADC is #CC4523. Grayscale: #959595. Windows color (decimal): -13387044 or 14465587. OLE color: 14465587.

HSL color Cylindrical-coordinate representation of color #33BADC: hue angle of 192.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33BADC is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB51186220-
CMYK0.770.1500.14
HSL192.07º70.71%53.14%-
HSV(B)192.07º76.82%86.27%-
XYZ31.8440.9973.94-
YUV149.51167.7757.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.16%
GREEN value IS 186 (73.05% from 255) = 40.70%
BLUE value IS 220 (86.33% from 255) = 48.14%
R=11.16%
G=40.70%
B=48.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal511862200.770.1500.14192.0770.7153.14
Hex33BADC4DF0Ec04735
Octal632723341151701630010765
Binary11001110111010110111001001101111101110110000001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,186,220); }

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

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

 a { background-color: rgb(51,186,220); }

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

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

 span { border-color: rgb(51,186,220); }

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