Html Css Color HEX #34BFD5 Summer Sky

📋 copy color: '#34BFD5'

red 52 ◦ green 191 ◦ blue 213

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

Shades of Summer Sky #34BFD5

Tints of Summer Sky #34BFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46.71%

R = 11.4%
G = 41.89%
B = 46.71%

CMYK

 C value IS 0.76

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#34BFD5 (or 0x34BFD5) is known color: Summer Sky. HEX triplet: 34, BF and D5. RGB value is (52,191,213). Sum of RGB (Red+Green+Blue) = 52+191+213=456 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.40% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 213 - color contains mainly: blue. Hex color #34BFD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BFD5 is #CB402A. Grayscale: #979797. Windows color (decimal): -13320235 or 14008116. OLE color: 14008116.

HSL color Cylindrical-coordinate representation of color #34BFD5: hue angle of 188.2º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34BFD5 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 52 191 213 -
CMYK 0.76 0.10 0 0.16
HSL 188.2º 0.66% 0.52% -
HSV(B) 188.2º 0.76% 0.84% -
XYZ 32.06 42.8 69.52 -
YUV 151.95 162.45 56.71 -
System Red Green Blue C M Y K H S L
Decimal 52 191 213 0.76 0.10 0 0.16 188.2 0.66 0.52
Hex 34 BF D5 4C A 0 10 BC 42 34
Octal 64 277 325 114 12 0 20 274 102 64
Binary 110100 10111111 11010101 1001100 1010 0 10000 10111100 1000010 110100

Color Harmonies of #34BFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BFD5

Black with #34BFD5

Text Example


Text Example

White with #34BFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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