Html Css Color HEX #34CAF8 Summer Sky

📋 copy color: '#34CAF8'

red 52 ◦ green 202 ◦ blue 248

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

Shades of Summer Sky #34CAF8

Tints of Summer Sky #34CAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.4%

R = 10.36%
G = 40.24%
B = 49.4%

CMYK

 C value IS 0.79

 M value IS 0.19

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#34CAF8 (or 0x34CAF8) is known color: Summer Sky. HEX triplet: 34, CA and F8. RGB value is (52,202,248). Sum of RGB (Red+Green+Blue) = 52+202+248=502 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.36% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 248 (97.27% from 255 or 49.40% from 502); Max value from RGB is 248 - color contains mainly: blue. Hex color #34CAF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34CAF8 is #CB3507. Grayscale: #A2A2A2. Windows color (decimal): -13317384 or 16304692. OLE color: 16304692.

HSL color Cylindrical-coordinate representation of color #34CAF8: hue angle of 194.08º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34CAF8 is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 52 202 248 -
CMYK 0.79 0.19 0 0.03
HSL 194.08º 0.93% 0.59% -
HSV(B) 194.08º 0.79% 0.97% -
XYZ 39.48 49.75 96.33 -
YUV 162.39 176.31 49.26 -
System Red Green Blue C M Y K H S L
Decimal 52 202 248 0.79 0.19 0 0.03 194.08 0.93 0.59
Hex 34 CA F8 4F 13 0 3 C2 5D 3B
Octal 64 312 370 117 23 0 3 302 135 73
Binary 110100 11001010 11111000 1001111 10011 0 11 11000010 1011101 111011

Color Harmonies of #34CAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CAF8

Black with #34CAF8

Text Example


Text Example

White with #34CAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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