Html Css Color HEX #34BFE9 Summer Sky

📋 copy color: '#34BFE9'

red 52 ◦ green 191 ◦ blue 233

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

Shades of Summer Sky #34BFE9

Tints of Summer Sky #34BFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.95%

R = 10.92%
G = 40.13%
B = 48.95%

CMYK

 C value IS 0.78

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#34BFE9 (or 0x34BFE9) is known color: Summer Sky. HEX triplet: 34, BF and E9. RGB value is (52,191,233). Sum of RGB (Red+Green+Blue) = 52+191+233=476 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.92% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 233 (91.41% from 255 or 48.95% from 476); Max value from RGB is 233 - color contains mainly: blue. Hex color #34BFE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34BFE9 is #CB4016. Grayscale: #999999. Windows color (decimal): -13320215 or 15318836. OLE color: 15318836.

HSL color Cylindrical-coordinate representation of color #34BFE9: hue angle of 193.92º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34BFE9 is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 52 191 233 -
CMYK 0.78 0.18 0 0.09
HSL 193.92º 0.8% 0.56% -
HSV(B) 193.92º 0.78% 0.91% -
XYZ 34.75 43.87 83.73 -
YUV 154.23 172.45 55.08 -
System Red Green Blue C M Y K H S L
Decimal 52 191 233 0.78 0.18 0 0.09 193.92 0.8 0.56
Hex 34 BF E9 4E 12 0 9 C2 50 38
Octal 64 277 351 116 22 0 11 302 120 70
Binary 110100 10111111 11101001 1001110 10010 0 1001 11000010 1010000 111000

Color Harmonies of #34BFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BFE9

Black with #34BFE9

Text Example


Text Example

White with #34BFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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