Html Css Color HEX #2BACD1 Summer Sky

📋 copy color: '#2BACD1'

red 43 ◦ green 172 ◦ blue 209

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

Shades of Summer Sky #2BACD1

Tints of Summer Sky #2BACD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 49.29%

R = 10.14%
G = 40.57%
B = 49.29%

CMYK

 C value IS 0.79

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2BACD1 (or 0x2BACD1) is known color: Summer Sky. HEX triplet: 2B, AC and D1. RGB value is (43,172,209). Sum of RGB (Red+Green+Blue) = 43+172+209=424 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.14% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 209 (82.03% from 255 or 49.29% from 424); Max value from RGB is 209 - color contains mainly: blue. Hex color #2BACD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BACD1 is #D4532E. Grayscale: #898989. Windows color (decimal): -13914927 or 13741099. OLE color: 13741099.

HSL color Cylindrical-coordinate representation of color #2BACD1: hue angle of 193.37º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BACD1 is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 43 172 209 -
CMYK 0.79 0.18 0 0.18
HSL 193.37º 0.66% 0.49% -
HSV(B) 193.37º 0.79% 0.82% -
XYZ 27.26 34.62 65.57 -
YUV 137.65 168.26 60.49 -
System Red Green Blue C M Y K H S L
Decimal 43 172 209 0.79 0.18 0 0.18 193.37 0.66 0.49
Hex 2B AC D1 4F 12 0 12 C1 42 31
Octal 53 254 321 117 22 0 22 301 102 61
Binary 101011 10101100 11010001 1001111 10010 0 10010 11000001 1000010 110001

Color Harmonies of #2BACD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BACD1

Black with #2BACD1

Text Example


Text Example

White with #2BACD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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