Html Css Color HEX #33B5CA Summer Sky

📋 copy color: '#33B5CA'

red 51 ◦ green 181 ◦ blue 202

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

Shades of Summer Sky #33B5CA

Tints of Summer Sky #33B5CA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.71%

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

R = 11.75%
G = 41.71%
B = 46.54%

CMYK

 C value IS 0.75

 M value IS 0.10

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#33B5CA (or 0x33B5CA) is known color: Summer Sky. HEX triplet: 33, B5 and CA. RGB value is (51,181,202). Sum of RGB (Red+Green+Blue) = 51+181+202=434 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.75% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #33B5CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33B5CA is #CC4A35. Grayscale: #909090. Windows color (decimal): -13388342 or 13284659. OLE color: 13284659.

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

Color convert

RGB 51 181 202 -
CMYK 0.75 0.10 0 0.21
HSL 188.34º 0.6% 0.5% -
HSV(B) 188.34º 0.75% 0.79% -
XYZ 28.55 38.02 61.71 -
YUV 144.52 160.43 61.29 -
System Red Green Blue C M Y K H S L
Decimal 51 181 202 0.75 0.10 0 0.21 188.34 0.6 0.5
Hex 33 B5 CA 4B A 0 15 BC 3C 32
Octal 63 265 312 113 12 0 25 274 74 62
Binary 110011 10110101 11001010 1001011 1010 0 10101 10111100 111100 110010

Color Harmonies of #33B5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33B5CA

Black with #33B5CA

Text Example


Text Example

White with #33B5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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