Html Css Color HEX #A5CFEC Sail

📋 copy color: '#A5CFEC'

red 165 ◦ green 207 ◦ blue 236

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

Shades of Sail #A5CFEC

Tints of Sail #A5CFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.82%

R = 27.14%
G = 34.05%
B = 38.82%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A5CFEC (or 0xA5CFEC) is known color: Sail. HEX triplet: A5, CF and EC. RGB value is (165,207,236). Sum of RGB (Red+Green+Blue) = 165+207+236=608 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.14% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #A5CFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CFEC is #5A3013. Grayscale: #C5C5C5. Windows color (decimal): -5910548 or 15519653. OLE color: 15519653.

HSL color Cylindrical-coordinate representation of color #A5CFEC: hue angle of 204.51º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5CFEC is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 207 236 -
CMYK 0.30 0.12 0 0.07
HSL 204.51º 0.65% 0.79% -
HSV(B) 204.51º 0.3% 0.93% -
XYZ 52.97 58.68 87.89 -
YUV 197.75 149.59 104.64 -
System Red Green Blue C M Y K H S L
Decimal 165 207 236 0.30 0.12 0 0.07 204.51 0.65 0.79
Hex A5 CF EC 1E C 0 7 CD 41 4F
Octal 245 317 354 36 14 0 7 315 101 117
Binary 10100101 11001111 11101100 11110 1100 0 111 11001101 1000001 1001111

Color Harmonies of #A5CFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CFEC

Black with #A5CFEC

Text Example


Text Example

White with #A5CFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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