Html Css Color HEX #A8CFEA Sail

📋 copy color: '#A8CFEA'

red 168 ◦ green 207 ◦ blue 234

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

Shades of Sail #A8CFEA

Tints of Sail #A8CFEA

RGB

 RED value IS 168 (66.02% from 255) = 27.59%

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

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

R = 27.59%
G = 33.99%
B = 38.42%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A8CFEA (or 0xA8CFEA) is known color: Sail. HEX triplet: A8, CF and EA. RGB value is (168,207,234). Sum of RGB (Red+Green+Blue) = 168+207+234=609 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.59% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #A8CFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CFEA is #573015. Grayscale: #C6C6C6. Windows color (decimal): -5713942 or 15388584. OLE color: 15388584.

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

Color convert

RGB 168 207 234 -
CMYK 0.28 0.12 0 0.08
HSL 204.55º 0.61% 0.79% -
HSV(B) 204.55º 0.28% 0.92% -
XYZ 53.31 58.89 86.4 -
YUV 198.42 148.08 106.3 -
System Red Green Blue C M Y K H S L
Decimal 168 207 234 0.28 0.12 0 0.08 204.55 0.61 0.79
Hex A8 CF EA 1C C 0 8 CD 3D 4F
Octal 250 317 352 34 14 0 10 315 75 117
Binary 10101000 11001111 11101010 11100 1100 0 1000 11001101 111101 1001111

Color Harmonies of #A8CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CFEA

Black with #A8CFEA

Text Example


Text Example

White with #A8CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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