Html Css Color HEX #34ABFE Summer Sky

📋 copy color: '#34ABFE'

red 52 ◦ green 171 ◦ blue 254

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

Shades of Summer Sky #34ABFE

Tints of Summer Sky #34ABFE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.85%

 BLUE value IS 254 (99.61% from 255) = 53.25%

R = 10.9%
G = 35.85%
B = 53.25%

CMYK

 C value IS 0.80

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#34ABFE (or 0x34ABFE) is known color: Summer Sky. HEX triplet: 34, AB and FE. RGB value is (52,171,254). Sum of RGB (Red+Green+Blue) = 52+171+254=477 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.90% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #34ABFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34ABFE is #CB5401. Grayscale: #909090. Windows color (decimal): -13325314 or 16689972. OLE color: 16689972.

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

Color convert

RGB 52 171 254 -
CMYK 0.80 0.33 0 0.00
HSL 204.65º 0.99% 0.6% -
HSV(B) 204.65º 0.8% 1% -
XYZ 33.87 37.01 99.12 -
YUV 144.88 189.58 61.75 -
System Red Green Blue C M Y K H S L
Decimal 52 171 254 0.80 0.33 0 0.00 204.65 0.99 0.6
Hex 34 AB FE 50 21 0 0 CD 63 3C
Octal 64 253 376 120 41 0 0 315 143 74
Binary 110100 10101011 11111110 1010000 100001 0 0 11001101 1100011 111100

Color Harmonies of #34ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34ABFE

Black with #34ABFE

Text Example


Text Example

White with #34ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,171,254); }

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

background-color css

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

 a { background-color: rgb(52,171,254); }

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

border-color css

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

 span { border-color: rgb(52,171,254); }

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