Html Css Color HEX #33B8CC Summer Sky

📋 copy color: '#33B8CC'

red 51 ◦ green 184 ◦ blue 204

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

Shades of Summer Sky #33B8CC

Tints of Summer Sky #33B8CC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.91%

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

R = 11.62%
G = 41.91%
B = 46.47%

CMYK

 C value IS 0.75

 M value IS 0.10

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#33B8CC (or 0x33B8CC) is known color: Summer Sky. HEX triplet: 33, B8 and CC. RGB value is (51,184,204). Sum of RGB (Red+Green+Blue) = 51+184+204=439 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.62% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #33B8CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33B8CC is #CC4733. Grayscale: #929292. Windows color (decimal): -13387572 or 13416499. OLE color: 13416499.

HSL color Cylindrical-coordinate representation of color #33B8CC: hue angle of 187.84º 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 #33B8CC is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 51 184 204 -
CMYK 0.75 0.10 0 0.2
HSL 187.84º 0.6% 0.5% -
HSV(B) 187.84º 0.75% 0.8% -
XYZ 29.4 39.34 63.17 -
YUV 146.51 160.44 59.87 -
System Red Green Blue C M Y K H S L
Decimal 51 184 204 0.75 0.10 0 0.2 187.84 0.6 0.5
Hex 33 B8 CC 4B A 0 14 BC 3C 32
Octal 63 270 314 113 12 0 24 274 74 62
Binary 110011 10111000 11001100 1001011 1010 0 10100 10111100 111100 110010

Color Harmonies of #33B8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33B8CC

Black with #33B8CC

Text Example


Text Example

White with #33B8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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