Html Css Color HEX #2BACE9 Summer Sky

📋 copy color: '#2BACE9'

red 43 ◦ green 172 ◦ blue 233

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

Shades of Summer Sky #2BACE9

Tints of Summer Sky #2BACE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 52.01%

R = 9.6%
G = 38.39%
B = 52.01%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2BACE9 (or 0x2BACE9) is known color: Summer Sky. HEX triplet: 2B, AC and E9. RGB value is (43,172,233). Sum of RGB (Red+Green+Blue) = 43+172+233=448 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.60% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 233 (91.41% from 255 or 52.01% from 448); Max value from RGB is 233 - color contains mainly: blue. Hex color #2BACE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BACE9 is #D45316. Grayscale: #8C8C8C. Windows color (decimal): -13914903 or 15313963. OLE color: 15313963.

HSL color Cylindrical-coordinate representation of color #2BACE9: hue angle of 199.26º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BACE9 is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 43 172 233 -
CMYK 0.82 0.26 0 0.09
HSL 199.26º 0.81% 0.54% -
HSV(B) 199.26º 0.82% 0.91% -
XYZ 30.46 35.9 82.42 -
YUV 140.38 180.26 58.54 -
System Red Green Blue C M Y K H S L
Decimal 43 172 233 0.82 0.26 0 0.09 199.26 0.81 0.54
Hex 2B AC E9 52 1A 0 9 C7 51 36
Octal 53 254 351 122 32 0 11 307 121 66
Binary 101011 10101100 11101001 1010010 11010 0 1001 11000111 1010001 110110

Color Harmonies of #2BACE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BACE9

Black with #2BACE9

Text Example


Text Example

White with #2BACE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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