Html Css Color HEX #ACCBE3 Sail

📋 copy color: '#ACCBE3'

red 172 ◦ green 203 ◦ blue 227

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

Shades of Sail #ACCBE3

Tints of Sail #ACCBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 37.71%

R = 28.57%
G = 33.72%
B = 37.71%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ACCBE3 (or 0xACCBE3) is known color: Sail. HEX triplet: AC, CB and E3. RGB value is (172,203,227). Sum of RGB (Red+Green+Blue) = 172+203+227=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 227 (89.06% from 255 or 37.71% from 602); Max value from RGB is 227 - color contains mainly: blue. Hex color #ACCBE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBE3 is #53341C. Grayscale: #C4C4C4. Windows color (decimal): -5452829 or 14928812. OLE color: 14928812.

HSL color Cylindrical-coordinate representation of color #ACCBE3: hue angle of 206.18º degrees, saturation: 0.5, 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 #ACCBE3 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 203 227 -
CMYK 0.24 0.11 0 0.11
HSL 206.18º 0.5% 0.78% -
HSV(B) 206.18º 0.24% 0.89% -
XYZ 52.23 57.03 80.93 -
YUV 196.47 145.23 110.55 -
System Red Green Blue C M Y K H S L
Decimal 172 203 227 0.24 0.11 0 0.11 206.18 0.5 0.78
Hex AC CB E3 18 B 0 B CE 32 4E
Octal 254 313 343 30 13 0 13 316 62 116
Binary 10101100 11001011 11100011 11000 1011 0 1011 11001110 110010 1001110

Color Harmonies of #ACCBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCBE3

Black with #ACCBE3

Text Example


Text Example

White with #ACCBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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