Html Css Color HEX #ACCFE7 Sail

📋 copy color: '#ACCFE7'

red 172 ◦ green 207 ◦ blue 231

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

Shades of Sail #ACCFE7

Tints of Sail #ACCFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.87%

R = 28.2%
G = 33.93%
B = 37.87%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ACCFE7 (or 0xACCFE7) is known color: Sail. HEX triplet: AC, CF and E7. RGB value is (172,207,231). Sum of RGB (Red+Green+Blue) = 172+207+231=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 231 - color contains mainly: blue. Hex color #ACCFE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCFE7 is #533018. Grayscale: #C7C7C7. Windows color (decimal): -5451801 or 15191980. OLE color: 15191980.

HSL color Cylindrical-coordinate representation of color #ACCFE7: hue angle of 204.41º degrees, saturation: 0.55, 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 #ACCFE7 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 207 231 -
CMYK 0.26 0.10 0 0.09
HSL 204.41º 0.55% 0.79% -
HSV(B) 204.41º 0.26% 0.91% -
XYZ 53.75 59.17 84.19 -
YUV 199.27 145.9 108.55 -
System Red Green Blue C M Y K H S L
Decimal 172 207 231 0.26 0.10 0 0.09 204.41 0.55 0.79
Hex AC CF E7 1A A 0 9 CC 37 4F
Octal 254 317 347 32 12 0 11 314 67 117
Binary 10101100 11001111 11100111 11010 1010 0 1001 11001100 110111 1001111

Color Harmonies of #ACCFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCFE7

Black with #ACCFE7

Text Example


Text Example

White with #ACCFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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