Html Css Color HEX #ACCBDE Sail

📋 copy color: '#ACCBDE'

red 172 ◦ green 203 ◦ blue 222

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

Shades of Sail #ACCBDE

Tints of Sail #ACCBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.19%

R = 28.81%
G = 34%
B = 37.19%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACCBDE (or 0xACCBDE) is known color: Sail. HEX triplet: AC, CB and DE. RGB value is (172,203,222). Sum of RGB (Red+Green+Blue) = 172+203+222=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACCBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBDE is #533421. Grayscale: #C3C3C3. Windows color (decimal): -5452834 or 14601132. OLE color: 14601132.

HSL color Cylindrical-coordinate representation of color #ACCBDE: hue angle of 202.8º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACCBDE is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 203 222 -
CMYK 0.23 0.09 0 0.13
HSL 202.8º 0.43% 0.77% -
HSV(B) 202.8º 0.23% 0.87% -
XYZ 51.55 56.76 77.35 -
YUV 195.9 142.73 110.96 -
System Red Green Blue C M Y K H S L
Decimal 172 203 222 0.23 0.09 0 0.13 202.8 0.43 0.77
Hex AC CB DE 17 9 0 D CB 2B 4D
Octal 254 313 336 27 11 0 15 313 53 115
Binary 10101100 11001011 11011110 10111 1001 0 1101 11001011 101011 1001101

Color Harmonies of #ACCBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCBDE

Black with #ACCBDE

Text Example


Text Example

White with #ACCBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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