Html Css Color HEX #A5CFE9 Sail

📋 copy color: '#A5CFE9'

red 165 ◦ green 207 ◦ blue 233

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

Shades of Sail #A5CFE9

Tints of Sail #A5CFE9

RGB

 RED value IS 165 (64.84% from 255) = 27.27%

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

 BLUE value IS 233 (91.41% from 255) = 38.51%

R = 27.27%
G = 34.21%
B = 38.51%

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

#A5CFE9 (or 0xA5CFE9) is known color: Sail. HEX triplet: A5, CF and E9. RGB value is (165,207,233). Sum of RGB (Red+Green+Blue) = 165+207+233=605 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.27% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 233 (91.41% from 255 or 38.51% from 605); Max value from RGB is 233 - color contains mainly: blue. Hex color #A5CFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CFE9 is #5A3016. Grayscale: #C5C5C5. Windows color (decimal): -5910551 or 15323045. OLE color: 15323045.

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

Color convert

RGB 165 207 233 -
CMYK 0.29 0.11 0 0.09
HSL 202.94º 0.61% 0.78% -
HSV(B) 202.94º 0.29% 0.91% -
XYZ 52.54 58.51 85.61 -
YUV 197.41 148.09 104.89 -
System Red Green Blue C M Y K H S L
Decimal 165 207 233 0.29 0.11 0 0.09 202.94 0.61 0.78
Hex A5 CF E9 1D B 0 9 CB 3D 4E
Octal 245 317 351 35 13 0 11 313 75 116
Binary 10100101 11001111 11101001 11101 1011 0 1001 11001011 111101 1001110

Color Harmonies of #A5CFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CFE9

Black with #A5CFE9

Text Example


Text Example

White with #A5CFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CFE9; }

 p { color: rgb(165,207,233); }

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

background-color css

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

 a { background-color: rgb(165,207,233); }

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

border-color css

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

 span { border-color: rgb(165,207,233); }

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