Html Css Color HEX #34BBE0 Summer Sky

📋 copy color: '#34BBE0'

red 52 ◦ green 187 ◦ blue 224

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

Shades of Summer Sky #34BBE0

Tints of Summer Sky #34BBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.38%

R = 11.23%
G = 40.39%
B = 48.38%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#34BBE0 (or 0x34BBE0) is known color: Summer Sky. HEX triplet: 34, BB and E0. RGB value is (52,187,224). Sum of RGB (Red+Green+Blue) = 52+187+224=463 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.23% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: blue. Hex color #34BBE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BBE0 is #CB441F. Grayscale: #969696. Windows color (decimal): -13321248 or 14727988. OLE color: 14727988.

HSL color Cylindrical-coordinate representation of color #34BBE0: hue angle of 192.91º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34BBE0 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 52 187 224 -
CMYK 0.77 0.17 0 0.12
HSL 192.91º 0.74% 0.54% -
HSV(B) 192.91º 0.77% 0.88% -
XYZ 32.64 41.65 76.84 -
YUV 150.85 169.27 57.49 -
System Red Green Blue C M Y K H S L
Decimal 52 187 224 0.77 0.17 0 0.12 192.91 0.74 0.54
Hex 34 BB E0 4D 11 0 C C1 4A 36
Octal 64 273 340 115 21 0 14 301 112 66
Binary 110100 10111011 11100000 1001101 10001 0 1100 11000001 1001010 110110

Color Harmonies of #34BBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BBE0

Black with #34BBE0

Text Example


Text Example

White with #34BBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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