Html Css Color HEX #34BDDF Summer Sky

📋 copy color: '#34BDDF'

red 52 ◦ green 189 ◦ blue 223

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

Shades of Summer Sky #34BDDF

Tints of Summer Sky #34BDDF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.73%

 BLUE value IS 223 (87.5% from 255) = 48.06%

R = 11.21%
G = 40.73%
B = 48.06%

CMYK

 C value IS 0.77

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#34BDDF (or 0x34BDDF) is known color: Summer Sky. HEX triplet: 34, BD and DF. RGB value is (52,189,223). Sum of RGB (Red+Green+Blue) = 52+189+223=464 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.21% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #34BDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BDDF is #CB4220. Grayscale: #979797. Windows color (decimal): -13320737 or 14662964. OLE color: 14662964.

HSL color Cylindrical-coordinate representation of color #34BDDF: hue angle of 191.93º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34BDDF is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 189 223 -
CMYK 0.77 0.15 0 0.13
HSL 191.93º 0.73% 0.54% -
HSV(B) 191.93º 0.77% 0.87% -
XYZ 32.93 42.45 76.27 -
YUV 151.91 168.11 56.74 -
System Red Green Blue C M Y K H S L
Decimal 52 189 223 0.77 0.15 0 0.13 191.93 0.73 0.54
Hex 34 BD DF 4D F 0 D C0 49 36
Octal 64 275 337 115 17 0 15 300 111 66
Binary 110100 10111101 11011111 1001101 1111 0 1101 11000000 1001001 110110

Color Harmonies of #34BDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BDDF

Black with #34BDDF

Text Example


Text Example

White with #34BDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,189,223); }

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

background-color css

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

 a { background-color: rgb(52,189,223); }

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

border-color css

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

 span { border-color: rgb(52,189,223); }

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