Html Css Color HEX #ACCBE2 Sail

📋 copy color: '#ACCBE2'

red 172 ◦ green 203 ◦ blue 226

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

Shades of Sail #ACCBE2

Tints of Sail #ACCBE2

RGB

 RED value IS 172 (67.58% from 255) = 28.62%

 GREEN value IS 203 (79.69% from 255) = 33.78%

 BLUE value IS 226 (88.67% from 255) = 37.6%

R = 28.62%
G = 33.78%
B = 37.6%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ACCBE2 (or 0xACCBE2) is known color: Sail. HEX triplet: AC, CB and E2. RGB value is (172,203,226). Sum of RGB (Red+Green+Blue) = 172+203+226=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 226 (88.67% from 255 or 37.60% from 601); Max value from RGB is 226 - color contains mainly: blue. Hex color #ACCBE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBE2 is #53341D. Grayscale: #C4C4C4. Windows color (decimal): -5452830 or 14863276. OLE color: 14863276.

HSL color Cylindrical-coordinate representation of color #ACCBE2: hue angle of 205.56º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACCBE2 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 203 226 -
CMYK 0.24 0.10 0 0.11
HSL 205.56º 0.48% 0.78% -
HSV(B) 205.56º 0.24% 0.89% -
XYZ 52.1 56.97 80.2 -
YUV 196.35 144.73 110.63 -
System Red Green Blue C M Y K H S L
Decimal 172 203 226 0.24 0.10 0 0.11 205.56 0.48 0.78
Hex AC CB E2 18 A 0 B CE 30 4E
Octal 254 313 342 30 12 0 13 316 60 116
Binary 10101100 11001011 11100010 11000 1010 0 1011 11001110 110000 1001110

Color Harmonies of #ACCBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCBE2

Black with #ACCBE2

Text Example


Text Example

White with #ACCBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCBE2; }

 p { color: rgb(172,203,226); }

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

background-color css

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

 a { background-color: rgb(172,203,226); }

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

border-color css

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

 span { border-color: rgb(172,203,226); }

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