Html Css Color HEX #A8CFED Sail

📋 copy color: '#A8CFED'

red 168 ◦ green 207 ◦ blue 237

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

Shades of Sail #A8CFED

Tints of Sail #A8CFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.73%

R = 27.45%
G = 33.82%
B = 38.73%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8CFED (or 0xA8CFED) is known color: Sail. HEX triplet: A8, CF and ED. RGB value is (168,207,237). Sum of RGB (Red+Green+Blue) = 168+207+237=612 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.45% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #A8CFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CFED is #573012. Grayscale: #C6C6C6. Windows color (decimal): -5713939 or 15585192. OLE color: 15585192.

HSL color Cylindrical-coordinate representation of color #A8CFED: hue angle of 206.09º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8CFED is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 207 237 -
CMYK 0.29 0.13 0 0.07
HSL 206.09º 0.66% 0.79% -
HSV(B) 206.09º 0.29% 0.93% -
XYZ 53.75 59.06 88.69 -
YUV 198.76 149.58 106.06 -
System Red Green Blue C M Y K H S L
Decimal 168 207 237 0.29 0.13 0 0.07 206.09 0.66 0.79
Hex A8 CF ED 1D D 0 7 CE 42 4F
Octal 250 317 355 35 15 0 7 316 102 117
Binary 10101000 11001111 11101101 11101 1101 0 111 11001110 1000010 1001111

Color Harmonies of #A8CFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CFED

Black with #A8CFED

Text Example


Text Example

White with #A8CFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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