Html Css Color HEX #34C2EB Summer Sky

📋 copy color: '#34C2EB'

red 52 ◦ green 194 ◦ blue 235

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

Shades of Summer Sky #34C2EB

Tints of Summer Sky #34C2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.33%

 BLUE value IS 235 (92.19% from 255) = 48.86%

R = 10.81%
G = 40.33%
B = 48.86%

CMYK

 C value IS 0.78

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#34C2EB (or 0x34C2EB) is known color: Summer Sky. HEX triplet: 34, C2 and EB. RGB value is (52,194,235). Sum of RGB (Red+Green+Blue) = 52+194+235=481 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.81% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #34C2EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34C2EB is #CB3D14. Grayscale: #9B9B9B. Windows color (decimal): -13319445 or 15450676. OLE color: 15450676.

HSL color Cylindrical-coordinate representation of color #34C2EB: hue angle of 193.44º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34C2EB is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 52 194 235 -
CMYK 0.78 0.17 0 0.08
HSL 193.44º 0.82% 0.56% -
HSV(B) 193.44º 0.78% 0.92% -
XYZ 35.7 45.31 85.46 -
YUV 156.22 172.46 53.67 -
System Red Green Blue C M Y K H S L
Decimal 52 194 235 0.78 0.17 0 0.08 193.44 0.82 0.56
Hex 34 C2 EB 4E 11 0 8 C1 52 38
Octal 64 302 353 116 21 0 10 301 122 70
Binary 110100 11000010 11101011 1001110 10001 0 1000 11000001 1010010 111000

Color Harmonies of #34C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C2EB

Black with #34C2EB

Text Example


Text Example

White with #34C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,194,235); }

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

background-color css

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

 a { background-color: rgb(52,194,235); }

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

border-color css

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

 span { border-color: rgb(52,194,235); }

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