Html Css Color HEX #34BEFF Summer Sky

📋 copy color: '#34BEFF'

red 52 ◦ green 190 ◦ blue 255

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

Shades of Summer Sky #34BEFF

Tints of Summer Sky #34BEFF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.23%

 BLUE value IS 255 (100% from 255) = 51.31%

R = 10.46%
G = 38.23%
B = 51.31%

CMYK

 C value IS 0.80

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#34BEFF (or 0x34BEFF) is known color: Summer Sky. HEX triplet: 34, BE and FF. RGB value is (52,190,255). Sum of RGB (Red+Green+Blue) = 52+190+255=497 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.46% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #34BEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34BEFF is #CB4100. Grayscale: #9B9B9B. Windows color (decimal): -13320449 or 16760372. OLE color: 16760372.

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

Color convert

RGB 52 190 255 -
CMYK 0.80 0.25 0 0
HSL 199.21º 1% 0.6% -
HSV(B) 199.21º 0.8% 1% -
XYZ 37.88 44.78 101.25 -
YUV 156.15 183.78 53.71 -
System Red Green Blue C M Y K H S L
Decimal 52 190 255 0.80 0.25 0 0 199.21 1 0.6
Hex 34 BE FF 50 19 0 0 C7 64 3C
Octal 64 276 377 120 31 0 0 307 144 74
Binary 110100 10111110 11111111 1010000 11001 0 0 11000111 1100100 111100

Color Harmonies of #34BEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BEFF

Black with #34BEFF

Text Example


Text Example

White with #34BEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,190,255); }

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

background-color css

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

 a { background-color: rgb(52,190,255); }

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

border-color css

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

 span { border-color: rgb(52,190,255); }

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