Html Css Color HEX #34BFE6 Summer Sky

📋 copy color: '#34BFE6'

red 52 ◦ green 191 ◦ blue 230

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

Shades of Summer Sky #34BFE6

Tints of Summer Sky #34BFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.63%

R = 10.99%
G = 40.38%
B = 48.63%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#34BFE6 (or 0x34BFE6) is known color: Summer Sky. HEX triplet: 34, BF and E6. RGB value is (52,191,230). Sum of RGB (Red+Green+Blue) = 52+191+230=473 (62% of max value = 765). Red value is 52 (20.70% from 255 or 10.99% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 230 (90.23% from 255 or 48.63% from 473); Max value from RGB is 230 - color contains mainly: blue. Hex color #34BFE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34BFE6 is #CB4019. Grayscale: #999999. Windows color (decimal): -13320218 or 15122228. OLE color: 15122228.

HSL color Cylindrical-coordinate representation of color #34BFE6: hue angle of 193.15º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34BFE6 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 52 191 230 -
CMYK 0.77 0.17 0 0.10
HSL 193.15º 0.78% 0.55% -
HSV(B) 193.15º 0.77% 0.9% -
XYZ 34.33 43.7 81.49 -
YUV 153.89 170.95 55.33 -
System Red Green Blue C M Y K H S L
Decimal 52 191 230 0.77 0.17 0 0.10 193.15 0.78 0.55
Hex 34 BF E6 4D 11 0 A C1 4E 37
Octal 64 277 346 115 21 0 12 301 116 67
Binary 110100 10111111 11100110 1001101 10001 0 1010 11000001 1001110 110111

Color Harmonies of #34BFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BFE6

Black with #34BFE6

Text Example


Text Example

White with #34BFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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