Html Css Color HEX #34BBCC Summer Sky

📋 copy color: '#34BBCC'

red 52 ◦ green 187 ◦ blue 204

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

Shades of Summer Sky #34BBCC

Tints of Summer Sky #34BBCC

RGB

 RED value IS 52 (20.7% from 255) = 11.74%

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

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

R = 11.74%
G = 42.21%
B = 46.05%

CMYK

 C value IS 0.75

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#34BBCC (or 0x34BBCC) is known color: Summer Sky. HEX triplet: 34, BB and CC. RGB value is (52,187,204). Sum of RGB (Red+Green+Blue) = 52+187+204=443 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.74% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #34BBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BBCC is #CB4433. Grayscale: #949494. Windows color (decimal): -13321268 or 13417268. OLE color: 13417268.

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

Color convert

RGB 52 187 204 -
CMYK 0.75 0.08 0 0.2
HSL 186.71º 0.6% 0.5% -
HSV(B) 186.71º 0.75% 0.8% -
XYZ 30.09 40.63 63.38 -
YUV 148.57 159.27 59.12 -
System Red Green Blue C M Y K H S L
Decimal 52 187 204 0.75 0.08 0 0.2 186.71 0.6 0.5
Hex 34 BB CC 4B 8 0 14 BB 3C 32
Octal 64 273 314 113 10 0 24 273 74 62
Binary 110100 10111011 11001100 1001011 1000 0 10100 10111011 111100 110010

Color Harmonies of #34BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BBCC

Black with #34BBCC

Text Example


Text Example

White with #34BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34BBCC; }

 p { color: rgb(52,187,204); }

 H1.HeaderClassName
 {
   color: #34BBCC;
 }
 .AnyTagClassName
 {
   color: #34BBCC;
 }
</style>

background-color css

<style>
 a { background-color: #34BBCC; }

 a { background-color: rgb(52,187,204); }

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

border-color css

<style>
 span { border-color: #34BBCC; }

 span { border-color: rgb(52,187,204); }

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