Html Css Color HEX #ACCFE8 Sail

📋 copy color: '#ACCFE8'

red 172 ◦ green 207 ◦ blue 232

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

Shades of Sail #ACCFE8

Tints of Sail #ACCFE8

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.88%

 BLUE value IS 232 (91.02% from 255) = 37.97%

R = 28.15%
G = 33.88%
B = 37.97%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ACCFE8 (or 0xACCFE8) is known color: Sail. HEX triplet: AC, CF and E8. RGB value is (172,207,232). Sum of RGB (Red+Green+Blue) = 172+207+232=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 232 (91.02% from 255 or 37.97% from 611); Max value from RGB is 232 - color contains mainly: blue. Hex color #ACCFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCFE8 is #533017. Grayscale: #C7C7C7. Windows color (decimal): -5451800 or 15257516. OLE color: 15257516.

HSL color Cylindrical-coordinate representation of color #ACCFE8: hue angle of 205º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACCFE8 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 207 232 -
CMYK 0.26 0.11 0 0.09
HSL 205º 0.57% 0.79% -
HSV(B) 205º 0.26% 0.91% -
XYZ 53.89 59.22 84.93 -
YUV 199.39 146.4 108.47 -
System Red Green Blue C M Y K H S L
Decimal 172 207 232 0.26 0.11 0 0.09 205 0.57 0.79
Hex AC CF E8 1A B 0 9 CD 39 4F
Octal 254 317 350 32 13 0 11 315 71 117
Binary 10101100 11001111 11101000 11010 1011 0 1001 11001101 111001 1001111

Color Harmonies of #ACCFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCFE8

Black with #ACCFE8

Text Example


Text Example

White with #ACCFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCFE8; }

 p { color: rgb(172,207,232); }

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

background-color css

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

 a { background-color: rgb(172,207,232); }

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

border-color css

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

 span { border-color: rgb(172,207,232); }

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