Html Css Color HEX #A7CBEB Sail

📋 copy color: '#A7CBEB'

red 167 ◦ green 203 ◦ blue 235

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

Shades of Sail #A7CBEB

Tints of Sail #A7CBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.84%

R = 27.6%
G = 33.55%
B = 38.84%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A7CBEB (or 0xA7CBEB) is known color: Sail. HEX triplet: A7, CB and EB. RGB value is (167,203,235). Sum of RGB (Red+Green+Blue) = 167+203+235=605 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.60% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 235 - color contains mainly: blue. Hex color #A7CBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7CBEB is #583414. Grayscale: #C3C3C3. Windows color (decimal): -5780501 or 15453095. OLE color: 15453095.

HSL color Cylindrical-coordinate representation of color #A7CBEB: hue angle of 208.24º degrees, saturation: 0.63, 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 #A7CBEB is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 167 203 235 -
CMYK 0.29 0.14 0 0.08
HSL 208.24º 0.63% 0.79% -
HSV(B) 208.24º 0.29% 0.92% -
XYZ 52.29 56.93 86.83 -
YUV 195.88 150.07 107.4 -
System Red Green Blue C M Y K H S L
Decimal 167 203 235 0.29 0.14 0 0.08 208.24 0.63 0.79
Hex A7 CB EB 1D E 0 8 D0 3F 4F
Octal 247 313 353 35 16 0 10 320 77 117
Binary 10100111 11001011 11101011 11101 1110 0 1000 11010000 111111 1001111

Color Harmonies of #A7CBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CBEB

Black with #A7CBEB

Text Example


Text Example

White with #A7CBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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