Html Css Color HEX #ACCFEA Sail

📋 copy color: '#ACCFEA'

red 172 ◦ green 207 ◦ blue 234

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

Shades of Sail #ACCFEA

Tints of Sail #ACCFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.17%

R = 28.06%
G = 33.77%
B = 38.17%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACCFEA (or 0xACCFEA) is known color: Sail. HEX triplet: AC, CF and EA. RGB value is (172,207,234). Sum of RGB (Red+Green+Blue) = 172+207+234=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACCFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCFEA is #533015. Grayscale: #C7C7C7. Windows color (decimal): -5451798 or 15388588. OLE color: 15388588.

HSL color Cylindrical-coordinate representation of color #ACCFEA: hue angle of 206.13º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACCFEA is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 207 234 -
CMYK 0.26 0.12 0 0.08
HSL 206.13º 0.6% 0.8% -
HSV(B) 206.13º 0.26% 0.92% -
XYZ 54.18 59.34 86.44 -
YUV 199.61 147.4 108.3 -
System Red Green Blue C M Y K H S L
Decimal 172 207 234 0.26 0.12 0 0.08 206.13 0.6 0.8
Hex AC CF EA 1A C 0 8 CE 3C 50
Octal 254 317 352 32 14 0 10 316 74 120
Binary 10101100 11001111 11101010 11010 1100 0 1000 11001110 111100 1010000

Color Harmonies of #ACCFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCFEA

Black with #ACCFEA

Text Example


Text Example

White with #ACCFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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