Html Css Color HEX #34C7F8 Summer Sky

📋 copy color: '#34C7F8'

red 52 ◦ green 199 ◦ blue 248

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

Shades of Summer Sky #34C7F8

Tints of Summer Sky #34C7F8

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.88%

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

R = 10.42%
G = 39.88%
B = 49.7%

CMYK

 C value IS 0.79

 M value IS 0.20

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#34C7F8 (or 0x34C7F8) is known color: Summer Sky. HEX triplet: 34, C7 and F8. RGB value is (52,199,248). Sum of RGB (Red+Green+Blue) = 52+199+248=499 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.42% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 248 (97.27% from 255 or 49.70% from 499); Max value from RGB is 248 - color contains mainly: blue. Hex color #34C7F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34C7F8 is #CB3807. Grayscale: #A0A0A0. Windows color (decimal): -13318152 or 16303924. OLE color: 16303924.

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

Color convert

RGB 52 199 248 -
CMYK 0.79 0.20 0 0.03
HSL 195º 0.93% 0.59% -
HSV(B) 195º 0.79% 0.97% -
XYZ 38.78 48.35 96.1 -
YUV 160.63 177.3 50.52 -
System Red Green Blue C M Y K H S L
Decimal 52 199 248 0.79 0.20 0 0.03 195 0.93 0.59
Hex 34 C7 F8 4F 14 0 3 C3 5D 3B
Octal 64 307 370 117 24 0 3 303 135 73
Binary 110100 11000111 11111000 1001111 10100 0 11 11000011 1011101 111011

Color Harmonies of #34C7F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C7F8

Black with #34C7F8

Text Example


Text Example

White with #34C7F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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