Html Css Color HEX #33B4CB Summer Sky

📋 copy color: '#33B4CB'

red 51 ◦ green 180 ◦ blue 203

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

Shades of Summer Sky #33B4CB

Tints of Summer Sky #33B4CB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.47%

 BLUE value IS 203 (79.69% from 255) = 46.77%

R = 11.75%
G = 41.47%
B = 46.77%

CMYK

 C value IS 0.75

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#33B4CB (or 0x33B4CB) is known color: Summer Sky. HEX triplet: 33, B4 and CB. RGB value is (51,180,203). Sum of RGB (Red+Green+Blue) = 51+180+203=434 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.75% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #33B4CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33B4CB is #CC4B34. Grayscale: #8F8F8F. Windows color (decimal): -13388597 or 13349939. OLE color: 13349939.

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

Color convert

RGB 51 180 203 -
CMYK 0.75 0.11 0 0.20
HSL 189.08º 0.6% 0.5% -
HSV(B) 189.08º 0.75% 0.8% -
XYZ 28.47 37.66 62.27 -
YUV 144.05 161.26 61.63 -
System Red Green Blue C M Y K H S L
Decimal 51 180 203 0.75 0.11 0 0.20 189.08 0.6 0.5
Hex 33 B4 CB 4B B 0 14 BD 3C 32
Octal 63 264 313 113 13 0 24 275 74 62
Binary 110011 10110100 11001011 1001011 1011 0 10100 10111101 111100 110010

Color Harmonies of #33B4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33B4CB

Black with #33B4CB

Text Example


Text Example

White with #33B4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,180,203); }

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

background-color css

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

 a { background-color: rgb(51,180,203); }

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

border-color css

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

 span { border-color: rgb(51,180,203); }

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