Html Css Color HEX #A7CFEF Sail

📋 copy color: '#A7CFEF'

red 167 ◦ green 207 ◦ blue 239

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

Shades of Sail #A7CFEF

Tints of Sail #A7CFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.99%

R = 27.24%
G = 33.77%
B = 38.99%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A7CFEF (or 0xA7CFEF) is known color: Sail. HEX triplet: A7, CF and EF. RGB value is (167,207,239). Sum of RGB (Red+Green+Blue) = 167+207+239=613 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.24% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #A7CFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7CFEF is #583010. Grayscale: #C6C6C6. Windows color (decimal): -5779473 or 15716263. OLE color: 15716263.

HSL color Cylindrical-coordinate representation of color #A7CFEF: hue angle of 206.67º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7CFEF is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 207 239 -
CMYK 0.30 0.13 0 0.06
HSL 206.67º 0.69% 0.8% -
HSV(B) 206.67º 0.3% 0.94% -
XYZ 53.83 59.07 90.23 -
YUV 198.69 150.75 105.4 -
System Red Green Blue C M Y K H S L
Decimal 167 207 239 0.30 0.13 0 0.06 206.67 0.69 0.8
Hex A7 CF EF 1E D 0 6 CF 45 50
Octal 247 317 357 36 15 0 6 317 105 120
Binary 10100111 11001111 11101111 11110 1101 0 110 11001111 1000101 1010000

Color Harmonies of #A7CFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CFEF

Black with #A7CFEF

Text Example


Text Example

White with #A7CFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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