Html Css Color HEX #A8CFEE Sail

📋 copy color: '#A8CFEE'

red 168 ◦ green 207 ◦ blue 238

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

Shades of Sail #A8CFEE

Tints of Sail #A8CFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.83%

R = 27.41%
G = 33.77%
B = 38.83%

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

#A8CFEE (or 0xA8CFEE) is known color: Sail. HEX triplet: A8, CF and EE. RGB value is (168,207,238). Sum of RGB (Red+Green+Blue) = 168+207+238=613 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.41% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8CFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CFEE is #573011. Grayscale: #C6C6C6. Windows color (decimal): -5713938 or 15650728. OLE color: 15650728.

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

Color convert

RGB 168 207 238 -
CMYK 0.29 0.13 0 0.07
HSL 206.57º 0.67% 0.8% -
HSV(B) 206.57º 0.29% 0.93% -
XYZ 53.89 59.12 89.46 -
YUV 198.87 150.08 105.98 -
System Red Green Blue C M Y K H S L
Decimal 168 207 238 0.29 0.13 0 0.07 206.57 0.67 0.8
Hex A8 CF EE 1D D 0 7 CF 43 50
Octal 250 317 356 35 15 0 7 317 103 120
Binary 10101000 11001111 11101110 11101 1101 0 111 11001111 1000011 1010000

Color Harmonies of #A8CFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CFEE

Black with #A8CFEE

Text Example


Text Example

White with #A8CFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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