Html Css Color HEX #A7CBE1 Sail

📋 copy color: '#A7CBE1'

red 167 ◦ green 203 ◦ blue 225

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

Shades of Sail #A7CBE1

Tints of Sail #A7CBE1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.12%

 BLUE value IS 225 (88.28% from 255) = 37.82%

R = 28.07%
G = 34.12%
B = 37.82%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A7CBE1 (or 0xA7CBE1) is known color: Sail. HEX triplet: A7, CB and E1. RGB value is (167,203,225). Sum of RGB (Red+Green+Blue) = 167+203+225=595 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.07% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 225 - color contains mainly: blue. Hex color #A7CBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CBE1 is #58341E. Grayscale: #C2C2C2. Windows color (decimal): -5780511 or 14797735. OLE color: 14797735.

HSL color Cylindrical-coordinate representation of color #A7CBE1: hue angle of 202.76º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A7CBE1 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 167 203 225 -
CMYK 0.26 0.10 0 0.12
HSL 202.76º 0.49% 0.77% -
HSV(B) 202.76º 0.26% 0.88% -
XYZ 50.88 56.36 79.43 -
YUV 194.74 145.07 108.21 -
System Red Green Blue C M Y K H S L
Decimal 167 203 225 0.26 0.10 0 0.12 202.76 0.49 0.77
Hex A7 CB E1 1A A 0 C CB 31 4D
Octal 247 313 341 32 12 0 14 313 61 115
Binary 10100111 11001011 11100001 11010 1010 0 1100 11001011 110001 1001101

Color Harmonies of #A7CBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CBE1

Black with #A7CBE1

Text Example


Text Example

White with #A7CBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CBE1; }

 p { color: rgb(167,203,225); }

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

background-color css

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

 a { background-color: rgb(167,203,225); }

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

border-color css

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

 span { border-color: rgb(167,203,225); }

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