Html Css Color HEX #ACCFE6 Sail

📋 copy color: '#ACCFE6'

red 172 ◦ green 207 ◦ blue 230

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

Shades of Sail #ACCFE6

Tints of Sail #ACCFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.77%

R = 28.24%
G = 33.99%
B = 37.77%

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

#ACCFE6 (or 0xACCFE6) is known color: Sail. HEX triplet: AC, CF and E6. RGB value is (172,207,230). Sum of RGB (Red+Green+Blue) = 172+207+230=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 230 (90.23% from 255 or 37.77% from 609); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACCFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCFE6 is #533019. Grayscale: #C7C7C7. Windows color (decimal): -5451802 or 15126444. OLE color: 15126444.

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

Color convert

RGB 172 207 230 -
CMYK 0.25 0.10 0 0.10
HSL 203.79º 0.54% 0.79% -
HSV(B) 203.79º 0.25% 0.9% -
XYZ 53.61 59.11 83.45 -
YUV 199.16 145.4 108.63 -
System Red Green Blue C M Y K H S L
Decimal 172 207 230 0.25 0.10 0 0.10 203.79 0.54 0.79
Hex AC CF E6 19 A 0 A CC 36 4F
Octal 254 317 346 31 12 0 12 314 66 117
Binary 10101100 11001111 11100110 11001 1010 0 1010 11001100 110110 1001111

Color Harmonies of #ACCFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCFE6

Black with #ACCFE6

Text Example


Text Example

White with #ACCFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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