Html Css Color HEX #34BFFA Summer Sky

📋 copy color: '#34BFFA'

red 52 ◦ green 191 ◦ blue 250

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

Shades of Summer Sky #34BFFA

Tints of Summer Sky #34BFFA

RGB

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

 GREEN value IS 191 (75% from 255) = 38.74%

 BLUE value IS 250 (98.05% from 255) = 50.71%

R = 10.55%
G = 38.74%
B = 50.71%

CMYK

 C value IS 0.79

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#34BFFA (or 0x34BFFA) is known color: Summer Sky. HEX triplet: 34, BF and FA. RGB value is (52,191,250). Sum of RGB (Red+Green+Blue) = 52+191+250=493 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.55% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #34BFFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34BFFA is #CB4005. Grayscale: #9B9B9B. Windows color (decimal): -13320198 or 16432948. OLE color: 16432948.

HSL color Cylindrical-coordinate representation of color #34BFFA: hue angle of 197.88º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34BFFA is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 191 250 -
CMYK 0.79 0.24 0 0.02
HSL 197.88º 0.95% 0.59% -
HSV(B) 197.88º 0.79% 0.98% -
XYZ 37.3 44.89 97.14 -
YUV 156.17 180.95 53.7 -
System Red Green Blue C M Y K H S L
Decimal 52 191 250 0.79 0.24 0 0.02 197.88 0.95 0.59
Hex 34 BF FA 4F 18 0 2 C6 5F 3B
Octal 64 277 372 117 30 0 2 306 137 73
Binary 110100 10111111 11111010 1001111 11000 0 10 11000110 1011111 111011

Color Harmonies of #34BFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BFFA

Black with #34BFFA

Text Example


Text Example

White with #34BFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,191,250); }

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

background-color css

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

 a { background-color: rgb(52,191,250); }

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

border-color css

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

 span { border-color: rgb(52,191,250); }

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