Html Css Color HEX #33BCCA Summer Sky

📋 copy color: '#33BCCA'

red 51 ◦ green 188 ◦ blue 202

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

Shades of Summer Sky #33BCCA

Tints of Summer Sky #33BCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.8%

R = 11.56%
G = 42.63%
B = 45.8%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#33BCCA (or 0x33BCCA) is known color: Summer Sky. HEX triplet: 33, BC and CA. RGB value is (51,188,202). Sum of RGB (Red+Green+Blue) = 51+188+202=441 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.56% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #33BCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BCCA is #CC4335. Grayscale: #949494. Windows color (decimal): -13386550 or 13286451. OLE color: 13286451.

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

Color convert

RGB 51 188 202 -
CMYK 0.75 0.07 0 0.21
HSL 185.56º 0.6% 0.5% -
HSV(B) 185.56º 0.75% 0.79% -
XYZ 30.01 40.93 62.2 -
YUV 148.63 158.11 58.36 -
System Red Green Blue C M Y K H S L
Decimal 51 188 202 0.75 0.07 0 0.21 185.56 0.6 0.5
Hex 33 BC CA 4B 7 0 15 BA 3C 32
Octal 63 274 312 113 7 0 25 272 74 62
Binary 110011 10111100 11001010 1001011 111 0 10101 10111010 111100 110010

Color Harmonies of #33BCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BCCA

Black with #33BCCA

Text Example


Text Example

White with #33BCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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