Html Css Color HEX #ACCFE5 Sail

📋 copy color: '#ACCFE5'

red 172 ◦ green 207 ◦ blue 229

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

Shades of Sail #ACCFE5

Tints of Sail #ACCFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.66%

R = 28.29%
G = 34.05%
B = 37.66%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ACCFE5 (or 0xACCFE5) is known color: Sail. HEX triplet: AC, CF and E5. RGB value is (172,207,229). Sum of RGB (Red+Green+Blue) = 172+207+229=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACCFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFE5 is #53301A. Grayscale: #C6C6C6. Windows color (decimal): -5451803 or 15060908. OLE color: 15060908.

HSL color Cylindrical-coordinate representation of color #ACCFE5: hue angle of 203.16º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACCFE5 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 207 229 -
CMYK 0.25 0.10 0 0.10
HSL 203.16º 0.52% 0.79% -
HSV(B) 203.16º 0.25% 0.9% -
XYZ 53.47 59.05 82.71 -
YUV 199.04 144.9 108.71 -
System Red Green Blue C M Y K H S L
Decimal 172 207 229 0.25 0.10 0 0.10 203.16 0.52 0.79
Hex AC CF E5 19 A 0 A CB 34 4F
Octal 254 317 345 31 12 0 12 313 64 117
Binary 10101100 11001111 11100101 11001 1010 0 1010 11001011 110100 1001111

Color Harmonies of #ACCFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCFE5

Black with #ACCFE5

Text Example


Text Example

White with #ACCFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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