Html Css Color HEX #34BECF Summer Sky

📋 copy color: '#34BECF'

red 52 ◦ green 190 ◦ blue 207

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

Shades of Summer Sky #34BECF

Tints of Summer Sky #34BECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.1%

R = 11.58%
G = 42.32%
B = 46.1%

CMYK

 C value IS 0.75

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#34BECF (or 0x34BECF) is known color: Summer Sky. HEX triplet: 34, BE and CF. RGB value is (52,190,207). Sum of RGB (Red+Green+Blue) = 52+190+207=449 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.58% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #34BECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BECF is #CB4130. Grayscale: #969696. Windows color (decimal): -13320497 or 13614644. OLE color: 13614644.

HSL color Cylindrical-coordinate representation of color #34BECF: hue angle of 186.58º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34BECF is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 190 207 -
CMYK 0.75 0.08 0 0.19
HSL 186.58º 0.62% 0.51% -
HSV(B) 186.58º 0.75% 0.81% -
XYZ 31.09 42.06 65.51 -
YUV 150.68 159.78 57.62 -
System Red Green Blue C M Y K H S L
Decimal 52 190 207 0.75 0.08 0 0.19 186.58 0.62 0.51
Hex 34 BE CF 4B 8 0 13 BB 3E 33
Octal 64 276 317 113 10 0 23 273 76 63
Binary 110100 10111110 11001111 1001011 1000 0 10011 10111011 111110 110011

Color Harmonies of #34BECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BECF

Black with #34BECF

Text Example


Text Example

White with #34BECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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