Html Css Color HEX #33BBCA Summer Sky

📋 copy color: '#33BBCA'

red 51 ◦ green 187 ◦ blue 202

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

Shades of Summer Sky #33BBCA

Tints of Summer Sky #33BBCA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.5%

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

R = 11.59%
G = 42.5%
B = 45.91%

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

#33BBCA (or 0x33BBCA) is known color: Summer Sky. HEX triplet: 33, BB and CA. RGB value is (51,187,202). Sum of RGB (Red+Green+Blue) = 51+187+202=440 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.59% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #33BBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BBCA is #CC4435. Grayscale: #939393. Windows color (decimal): -13386806 or 13286195. OLE color: 13286195.

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

Color convert

RGB 51 187 202 -
CMYK 0.75 0.07 0 0.21
HSL 185.96º 0.6% 0.5% -
HSV(B) 185.96º 0.75% 0.79% -
XYZ 29.8 40.51 62.13 -
YUV 148.05 158.44 58.78 -
System Red Green Blue C M Y K H S L
Decimal 51 187 202 0.75 0.07 0 0.21 185.96 0.6 0.5
Hex 33 BB CA 4B 7 0 15 BA 3C 32
Octal 63 273 312 113 7 0 25 272 74 62
Binary 110011 10111011 11001010 1001011 111 0 10101 10111010 111100 110010

Color Harmonies of #33BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BBCA

Black with #33BBCA

Text Example


Text Example

White with #33BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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