Html Css Color HEX #A7CFEC Sail

📋 copy color: '#A7CFEC'

red 167 ◦ green 207 ◦ blue 236

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

Shades of Sail #A7CFEC

Tints of Sail #A7CFEC

RGB

 RED value IS 167 (65.63% from 255) = 27.38%

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

 BLUE value IS 236 (92.58% from 255) = 38.69%

R = 27.38%
G = 33.93%
B = 38.69%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A7CFEC (or 0xA7CFEC) is known color: Sail. HEX triplet: A7, CF and EC. RGB value is (167,207,236). Sum of RGB (Red+Green+Blue) = 167+207+236=610 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.38% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #A7CFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7CFEC is #583013. Grayscale: #C6C6C6. Windows color (decimal): -5779476 or 15519655. OLE color: 15519655.

HSL color Cylindrical-coordinate representation of color #A7CFEC: hue angle of 205.22º degrees, saturation: 0.64, 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 #A7CFEC is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 207 236 -
CMYK 0.29 0.12 0 0.07
HSL 205.22º 0.64% 0.79% -
HSV(B) 205.22º 0.29% 0.93% -
XYZ 53.39 58.9 87.91 -
YUV 198.35 149.25 105.64 -
System Red Green Blue C M Y K H S L
Decimal 167 207 236 0.29 0.12 0 0.07 205.22 0.64 0.79
Hex A7 CF EC 1D C 0 7 CD 40 4F
Octal 247 317 354 35 14 0 7 315 100 117
Binary 10100111 11001111 11101100 11101 1100 0 111 11001101 1000000 1001111

Color Harmonies of #A7CFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CFEC

Black with #A7CFEC

Text Example


Text Example

White with #A7CFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CFEC; }

 p { color: rgb(167,207,236); }

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

background-color css

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

 a { background-color: rgb(167,207,236); }

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

border-color css

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

 span { border-color: rgb(167,207,236); }

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