Html Css Color HEX #33BCCC Summer Sky

📋 copy color: '#33BCCC'

red 51 ◦ green 188 ◦ blue 204

#33BCCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #33BCCC

Tints of Summer Sky #33BCCC

RGB

 RED value IS 51 (20.31% from 255) = 11.51%

 GREEN value IS 188 (73.83% from 255) = 42.44%

 BLUE value IS 204 (80.08% from 255) = 46.05%

R = 11.51%
G = 42.44%
B = 46.05%

CMYK

 C value IS 0.75

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#33BCCC (or 0x33BCCC) is known color: Summer Sky. HEX triplet: 33, BC and CC. RGB value is (51,188,204). Sum of RGB (Red+Green+Blue) = 51+188+204=443 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.51% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #33BCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BCCC is #CC4333. Grayscale: #949494. Windows color (decimal): -13386548 or 13417523. OLE color: 13417523.

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

Color convert

RGB 51 188 204 -
CMYK 0.75 0.08 0 0.2
HSL 186.27º 0.6% 0.5% -
HSV(B) 186.27º 0.75% 0.8% -
XYZ 30.25 41.03 63.45 -
YUV 148.86 159.11 58.2 -
System Red Green Blue C M Y K H S L
Decimal 51 188 204 0.75 0.08 0 0.2 186.27 0.6 0.5
Hex 33 BC CC 4B 8 0 14 BA 3C 32
Octal 63 274 314 113 10 0 24 272 74 62
Binary 110011 10111100 11001100 1001011 1000 0 10100 10111010 111100 110010

Color Harmonies of #33BCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BCCC

Black with #33BCCC

Text Example


Text Example

White with #33BCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #33BCCC;
 }
 .AnyTagClassName
 {
   color: #33BCCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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