Html Css Color HEX #34AECB Summer Sky

📋 copy color: '#34AECB'

red 52 ◦ green 174 ◦ blue 203

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

Shades of Summer Sky #34AECB

Tints of Summer Sky #34AECB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.56%

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

R = 12.12%
G = 40.56%
B = 47.32%

CMYK

 C value IS 0.74

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#34AECB (or 0x34AECB) is known color: Summer Sky. HEX triplet: 34, AE and CB. RGB value is (52,174,203). Sum of RGB (Red+Green+Blue) = 52+174+203=429 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.12% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #34AECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34AECB is #CB5134. Grayscale: #8C8C8C. Windows color (decimal): -13324597 or 13348404. OLE color: 13348404.

HSL color Cylindrical-coordinate representation of color #34AECB: hue angle of 191.52º 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 #34AECB is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 174 203 -
CMYK 0.74 0.14 0 0.20
HSL 191.52º 0.59% 0.5% -
HSV(B) 191.52º 0.74% 0.8% -
XYZ 27.33 35.31 61.88 -
YUV 140.83 163.08 64.64 -
System Red Green Blue C M Y K H S L
Decimal 52 174 203 0.74 0.14 0 0.20 191.52 0.59 0.5
Hex 34 AE CB 4A E 0 14 C0 3B 32
Octal 64 256 313 112 16 0 24 300 73 62
Binary 110100 10101110 11001011 1001010 1110 0 10100 11000000 111011 110010

Color Harmonies of #34AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AECB

Black with #34AECB

Text Example


Text Example

White with #34AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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