Html Css Color HEX #34BCFC Summer Sky

📋 copy color: '#34BCFC'

red 52 ◦ green 188 ◦ blue 252

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

Shades of Summer Sky #34BCFC

Tints of Summer Sky #34BCFC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.21%

 BLUE value IS 252 (98.83% from 255) = 51.22%

R = 10.57%
G = 38.21%
B = 51.22%

CMYK

 C value IS 0.79

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#34BCFC (or 0x34BCFC) is known color: Summer Sky. HEX triplet: 34, BC and FC. RGB value is (52,188,252). Sum of RGB (Red+Green+Blue) = 52+188+252=492 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.57% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #34BCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34BCFC is #CB4303. Grayscale: #9A9A9A. Windows color (decimal): -13320964 or 16563252. OLE color: 16563252.

HSL color Cylindrical-coordinate representation of color #34BCFC: hue angle of 199.2º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34BCFC is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 52 188 252 -
CMYK 0.79 0.25 0 0.01
HSL 199.2º 0.97% 0.6% -
HSV(B) 199.2º 0.79% 0.99% -
XYZ 36.97 43.72 98.59 -
YUV 154.63 182.94 54.8 -
System Red Green Blue C M Y K H S L
Decimal 52 188 252 0.79 0.25 0 0.01 199.2 0.97 0.6
Hex 34 BC FC 4F 19 0 1 C7 61 3C
Octal 64 274 374 117 31 0 1 307 141 74
Binary 110100 10111100 11111100 1001111 11001 0 1 11000111 1100001 111100

Color Harmonies of #34BCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BCFC

Black with #34BCFC

Text Example


Text Example

White with #34BCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,188,252); }

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

background-color css

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

 a { background-color: rgb(52,188,252); }

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

border-color css

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

 span { border-color: rgb(52,188,252); }

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