Html Css Color HEX #34AFFC Summer Sky

📋 copy color: '#34AFFC'

red 52 ◦ green 175 ◦ blue 252

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

Shades of Summer Sky #34AFFC

Tints of Summer Sky #34AFFC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.53%

 BLUE value IS 252 (98.83% from 255) = 52.61%

R = 10.86%
G = 36.53%
B = 52.61%

CMYK

 C value IS 0.79

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#34AFFC (or 0x34AFFC) is known color: Summer Sky. HEX triplet: 34, AF and FC. RGB value is (52,175,252). Sum of RGB (Red+Green+Blue) = 52+175+252=479 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.86% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #34AFFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34AFFC is #CB5003. Grayscale: #929292. Windows color (decimal): -13324292 or 16559924. OLE color: 16559924.

HSL color Cylindrical-coordinate representation of color #34AFFC: hue angle of 203.1º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34AFFC is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 52 175 252 -
CMYK 0.79 0.31 0 0.01
HSL 203.1º 0.97% 0.6% -
HSV(B) 203.1º 0.79% 0.99% -
XYZ 34.32 38.42 97.7 -
YUV 147 187.25 60.24 -
System Red Green Blue C M Y K H S L
Decimal 52 175 252 0.79 0.31 0 0.01 203.1 0.97 0.6
Hex 34 AF FC 4F 1F 0 1 CB 61 3C
Octal 64 257 374 117 37 0 1 313 141 74
Binary 110100 10101111 11111100 1001111 11111 0 1 11001011 1100001 111100

Color Harmonies of #34AFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AFFC

Black with #34AFFC

Text Example


Text Example

White with #34AFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,175,252); }

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

background-color css

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

 a { background-color: rgb(52,175,252); }

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

border-color css

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

 span { border-color: rgb(52,175,252); }

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