Html Css Color HEX #A4CFE8 Sail

📋 copy color: '#A4CFE8'

red 164 ◦ green 207 ◦ blue 232

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

Shades of Sail #A4CFE8

Tints of Sail #A4CFE8

RGB

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

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

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

R = 27.2%
G = 34.33%
B = 38.47%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A4CFE8 (or 0xA4CFE8) is known color: Sail. HEX triplet: A4, CF and E8. RGB value is (164,207,232). Sum of RGB (Red+Green+Blue) = 164+207+232=603 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.20% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 232 (91.02% from 255 or 38.47% from 603); Max value from RGB is 232 - color contains mainly: blue. Hex color #A4CFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CFE8 is #5B3017. Grayscale: #C4C4C4. Windows color (decimal): -5976088 or 15257508. OLE color: 15257508.

HSL color Cylindrical-coordinate representation of color #A4CFE8: hue angle of 202.06º 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 #A4CFE8 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 164 207 232 -
CMYK 0.29 0.11 0 0.09
HSL 202.06º 0.6% 0.78% -
HSV(B) 202.06º 0.29% 0.91% -
XYZ 52.19 58.34 84.85 -
YUV 196.99 147.75 104.47 -
System Red Green Blue C M Y K H S L
Decimal 164 207 232 0.29 0.11 0 0.09 202.06 0.6 0.78
Hex A4 CF E8 1D B 0 9 CA 3C 4E
Octal 244 317 350 35 13 0 11 312 74 116
Binary 10100100 11001111 11101000 11101 1011 0 1001 11001010 111100 1001110

Color Harmonies of #A4CFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CFE8

Black with #A4CFE8

Text Example


Text Example

White with #A4CFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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