Html Css Color HEX #2BACDC Summer Sky

📋 copy color: '#2BACDC'

red 43 ◦ green 172 ◦ blue 220

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

Shades of Summer Sky #2BACDC

Tints of Summer Sky #2BACDC

RGB

 RED value IS 43 (17.19% from 255) = 9.89%

 GREEN value IS 172 (67.58% from 255) = 39.54%

 BLUE value IS 220 (86.33% from 255) = 50.57%

R = 9.89%
G = 39.54%
B = 50.57%

CMYK

 C value IS 0.80

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2BACDC (or 0x2BACDC) is known color: Summer Sky. HEX triplet: 2B, AC and DC. RGB value is (43,172,220). Sum of RGB (Red+Green+Blue) = 43+172+220=435 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.89% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #2BACDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BACDC is #D45323. Grayscale: #8A8A8A. Windows color (decimal): -13914916 or 14461995. OLE color: 14461995.

HSL color Cylindrical-coordinate representation of color #2BACDC: hue angle of 196.27º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BACDC is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 172 220 -
CMYK 0.80 0.22 0 0.14
HSL 196.27º 0.72% 0.52% -
HSV(B) 196.27º 0.8% 0.86% -
XYZ 28.67 35.19 72.99 -
YUV 138.9 173.76 59.6 -
System Red Green Blue C M Y K H S L
Decimal 43 172 220 0.80 0.22 0 0.14 196.27 0.72 0.52
Hex 2B AC DC 50 16 0 E C4 48 34
Octal 53 254 334 120 26 0 16 304 110 64
Binary 101011 10101100 11011100 1010000 10110 0 1110 11000100 1001000 110100

Color Harmonies of #2BACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BACDC

Black with #2BACDC

Text Example


Text Example

White with #2BACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2BACDC; }

 p { color: rgb(43,172,220); }

 H1.HeaderClassName
 {
   color: #2BACDC;
 }
 .AnyTagClassName
 {
   color: #2BACDC;
 }
</style>

background-color css

<style>
 a { background-color: #2BACDC; }

 a { background-color: rgb(43,172,220); }

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

border-color css

<style>
 span { border-color: #2BACDC; }

 span { border-color: rgb(43,172,220); }

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