Html Css Color HEX #A7CFEA Sail

📋 copy color: '#A7CFEA'

red 167 ◦ green 207 ◦ blue 234

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

Shades of Sail #A7CFEA

Tints of Sail #A7CFEA

RGB

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

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

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

R = 27.47%
G = 34.05%
B = 38.49%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A7CFEA (or 0xA7CFEA) is known color: Sail. HEX triplet: A7, CF and EA. RGB value is (167,207,234). Sum of RGB (Red+Green+Blue) = 167+207+234=608 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.47% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #A7CFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7CFEA is #583015. Grayscale: #C5C5C5. Windows color (decimal): -5779478 or 15388583. OLE color: 15388583.

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

Color convert

RGB 167 207 234 -
CMYK 0.29 0.12 0 0.08
HSL 204.18º 0.61% 0.79% -
HSV(B) 204.18º 0.29% 0.92% -
XYZ 53.1 58.78 86.39 -
YUV 198.12 148.25 105.8 -
System Red Green Blue C M Y K H S L
Decimal 167 207 234 0.29 0.12 0 0.08 204.18 0.61 0.79
Hex A7 CF EA 1D C 0 8 CC 3D 4F
Octal 247 317 352 35 14 0 10 314 75 117
Binary 10100111 11001111 11101010 11101 1100 0 1000 11001100 111101 1001111

Color Harmonies of #A7CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CFEA

Black with #A7CFEA

Text Example


Text Example

White with #A7CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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