Html Css Color HEX #34AFFF Summer Sky

📋 copy color: '#34AFFF'

red 52 ◦ green 175 ◦ blue 255

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

Shades of Summer Sky #34AFFF

Tints of Summer Sky #34AFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.9%

R = 10.79%
G = 36.31%
B = 52.9%

CMYK

 C value IS 0.80

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#34AFFF (or 0x34AFFF) is known color: Summer Sky. HEX triplet: 34, AF and FF. RGB value is (52,175,255). Sum of RGB (Red+Green+Blue) = 52+175+255=482 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.79% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #34AFFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34AFFF is #CB5000. Grayscale: #929292. Windows color (decimal): -13324289 or 16756532. OLE color: 16756532.

HSL color Cylindrical-coordinate representation of color #34AFFF: hue angle of 203.65º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34AFFF is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 52 175 255 -
CMYK 0.80 0.31 0 0
HSL 203.65º 1% 0.6% -
HSV(B) 203.65º 0.8% 1% -
XYZ 34.8 38.61 100.23 -
YUV 147.34 188.75 60 -
System Red Green Blue C M Y K H S L
Decimal 52 175 255 0.80 0.31 0 0 203.65 1 0.6
Hex 34 AF FF 50 1F 0 0 CC 64 3C
Octal 64 257 377 120 37 0 0 314 144 74
Binary 110100 10101111 11111111 1010000 11111 0 0 11001100 1100100 111100

Color Harmonies of #34AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AFFF

Black with #34AFFF

Text Example


Text Example

White with #34AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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