Html Css Color HEX #34CEED Summer Sky

📋 copy color: '#34CEED'

red 52 ◦ green 206 ◦ blue 237

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

Shades of Summer Sky #34CEED

Tints of Summer Sky #34CEED

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.62%

 BLUE value IS 237 (92.97% from 255) = 47.88%

R = 10.51%
G = 41.62%
B = 47.88%

CMYK

 C value IS 0.78

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#34CEED (or 0x34CEED) is known color: Summer Sky. HEX triplet: 34, CE and ED. RGB value is (52,206,237). Sum of RGB (Red+Green+Blue) = 52+206+237=495 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.51% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #34CEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34CEED is #CB3112. Grayscale: #A3A3A3. Windows color (decimal): -13316371 or 15584820. OLE color: 15584820.

HSL color Cylindrical-coordinate representation of color #34CEED: hue angle of 190.05º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34CEED is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 206 237 -
CMYK 0.78 0.13 0 0.07
HSL 190.05º 0.84% 0.57% -
HSV(B) 190.05º 0.78% 0.93% -
XYZ 38.77 50.99 87.92 -
YUV 163.49 169.48 48.48 -
System Red Green Blue C M Y K H S L
Decimal 52 206 237 0.78 0.13 0 0.07 190.05 0.84 0.57
Hex 34 CE ED 4E D 0 7 BE 54 39
Octal 64 316 355 116 15 0 7 276 124 71
Binary 110100 11001110 11101101 1001110 1101 0 111 10111110 1010100 111001

Color Harmonies of #34CEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CEED

Black with #34CEED

Text Example


Text Example

White with #34CEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,206,237); }

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

background-color css

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

 a { background-color: rgb(52,206,237); }

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

border-color css

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

 span { border-color: rgb(52,206,237); }

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