Html Css Color HEX #34BCFD Summer Sky

📋 copy color: '#34BCFD'

red 52 ◦ green 188 ◦ blue 253

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

Shades of Summer Sky #34BCFD

Tints of Summer Sky #34BCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.32%

R = 10.55%
G = 38.13%
B = 51.32%

CMYK

 C value IS 0.79

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#34BCFD (or 0x34BCFD) is known color: Summer Sky. HEX triplet: 34, BC and FD. RGB value is (52,188,253). Sum of RGB (Red+Green+Blue) = 52+188+253=493 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.55% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #34BCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34BCFD is #CB4302. Grayscale: #9A9A9A. Windows color (decimal): -13320963 or 16628788. OLE color: 16628788.

HSL color Cylindrical-coordinate representation of color #34BCFD: hue angle of 199.4º degrees, saturation: 0.98, 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 #34BCFD is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 52 188 253 -
CMYK 0.79 0.26 0 0.01
HSL 199.4º 0.98% 0.6% -
HSV(B) 199.4º 0.79% 0.99% -
XYZ 37.13 43.79 99.42 -
YUV 154.75 183.44 54.71 -
System Red Green Blue C M Y K H S L
Decimal 52 188 253 0.79 0.26 0 0.01 199.4 0.98 0.6
Hex 34 BC FD 4F 1A 0 1 C7 62 3C
Octal 64 274 375 117 32 0 1 307 142 74
Binary 110100 10111100 11111101 1001111 11010 0 1 11000111 1100010 111100

Color Harmonies of #34BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BCFD

Black with #34BCFD

Text Example


Text Example

White with #34BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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