Html Css Color HEX #34BBCB Summer Sky

📋 copy color: '#34BBCB'

red 52 ◦ green 187 ◦ blue 203

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

Shades of Summer Sky #34BBCB

Tints of Summer Sky #34BBCB

RGB

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

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

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

R = 11.76%
G = 42.31%
B = 45.93%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#34BBCB (or 0x34BBCB) is known color: Summer Sky. HEX triplet: 34, BB and CB. RGB value is (52,187,203). Sum of RGB (Red+Green+Blue) = 52+187+203=442 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.76% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #34BBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BBCB is #CB4434. Grayscale: #949494. Windows color (decimal): -13321269 or 13351732. OLE color: 13351732.

HSL color Cylindrical-coordinate representation of color #34BBCB: hue angle of 186.36º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34BBCB is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 187 203 -
CMYK 0.74 0.08 0 0.20
HSL 186.36º 0.59% 0.5% -
HSV(B) 186.36º 0.74% 0.8% -
XYZ 29.97 40.58 62.75 -
YUV 148.46 158.77 59.2 -
System Red Green Blue C M Y K H S L
Decimal 52 187 203 0.74 0.08 0 0.20 186.36 0.59 0.5
Hex 34 BB CB 4A 8 0 14 BA 3B 32
Octal 64 273 313 112 10 0 24 272 73 62
Binary 110100 10111011 11001011 1001010 1000 0 10100 10111010 111011 110010

Color Harmonies of #34BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BBCB

Black with #34BBCB

Text Example


Text Example

White with #34BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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