Html Css Color HEX #A4CBE8 Sail

📋 copy color: '#A4CBE8'

red 164 ◦ green 203 ◦ blue 232

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

Shades of Sail #A4CBE8

Tints of Sail #A4CBE8

RGB

 RED value IS 164 (64.45% from 255) = 27.38%

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

 BLUE value IS 232 (91.02% from 255) = 38.73%

R = 27.38%
G = 33.89%
B = 38.73%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A4CBE8 (or 0xA4CBE8) is known color: Sail. HEX triplet: A4, CB and E8. RGB value is (164,203,232). Sum of RGB (Red+Green+Blue) = 164+203+232=599 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.38% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 232 (91.02% from 255 or 38.73% from 599); Max value from RGB is 232 - color contains mainly: blue. Hex color #A4CBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CBE8 is #5B3417. Grayscale: #C2C2C2. Windows color (decimal): -5977112 or 15256484. OLE color: 15256484.

HSL color Cylindrical-coordinate representation of color #A4CBE8: hue angle of 205.59º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4CBE8 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 164 203 232 -
CMYK 0.29 0.12 0 0.09
HSL 205.59º 0.6% 0.78% -
HSV(B) 205.59º 0.29% 0.91% -
XYZ 51.23 56.43 84.54 -
YUV 194.65 149.08 106.14 -
System Red Green Blue C M Y K H S L
Decimal 164 203 232 0.29 0.12 0 0.09 205.59 0.6 0.78
Hex A4 CB E8 1D C 0 9 CE 3C 4E
Octal 244 313 350 35 14 0 11 316 74 116
Binary 10100100 11001011 11101000 11101 1100 0 1001 11001110 111100 1001110

Color Harmonies of #A4CBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CBE8

Black with #A4CBE8

Text Example


Text Example

White with #A4CBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CBE8; }

 p { color: rgb(164,203,232); }

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

background-color css

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

 a { background-color: rgb(164,203,232); }

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

border-color css

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

 span { border-color: rgb(164,203,232); }

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