Html Css Color HEX #34CAE6 Summer Sky

📋 copy color: '#34CAE6'

red 52 ◦ green 202 ◦ blue 230

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

Shades of Summer Sky #34CAE6

Tints of Summer Sky #34CAE6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.74%

 BLUE value IS 230 (90.23% from 255) = 47.52%

R = 10.74%
G = 41.74%
B = 47.52%

CMYK

 C value IS 0.77

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#34CAE6 (or 0x34CAE6) is known color: Summer Sky. HEX triplet: 34, CA and E6. RGB value is (52,202,230). Sum of RGB (Red+Green+Blue) = 52+202+230=484 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.74% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 230 - color contains mainly: blue. Hex color #34CAE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34CAE6 is #CB3519. Grayscale: #A0A0A0. Windows color (decimal): -13317402 or 15125044. OLE color: 15125044.

HSL color Cylindrical-coordinate representation of color #34CAE6: hue angle of 189.44º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34CAE6 is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 52 202 230 -
CMYK 0.77 0.12 0 0.10
HSL 189.44º 0.78% 0.55% -
HSV(B) 189.44º 0.77% 0.9% -
XYZ 36.82 48.68 82.32 -
YUV 160.34 167.31 50.72 -
System Red Green Blue C M Y K H S L
Decimal 52 202 230 0.77 0.12 0 0.10 189.44 0.78 0.55
Hex 34 CA E6 4D C 0 A BD 4E 37
Octal 64 312 346 115 14 0 12 275 116 67
Binary 110100 11001010 11100110 1001101 1100 0 1010 10111101 1001110 110111

Color Harmonies of #34CAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CAE6

Black with #34CAE6

Text Example


Text Example

White with #34CAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,202,230); }

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

background-color css

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

 a { background-color: rgb(52,202,230); }

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

border-color css

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

 span { border-color: rgb(52,202,230); }

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