Html Css Color HEX #A5CFE1 French Pass

📋 copy color: '#A5CFE1'

red 165 ◦ green 207 ◦ blue 225

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

Shades of French Pass #A5CFE1

Tints of French Pass #A5CFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.69%

R = 27.64%
G = 34.67%
B = 37.69%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A5CFE1 (or 0xA5CFE1) is known color: French Pass. HEX triplet: A5, CF and E1. RGB value is (165,207,225). Sum of RGB (Red+Green+Blue) = 165+207+225=597 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.64% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 225 (88.28% from 255 or 37.69% from 597); Max value from RGB is 225 - color contains mainly: blue. Hex color #A5CFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CFE1 is #5A301E. Grayscale: #C4C4C4. Windows color (decimal): -5910559 or 14798757. OLE color: 14798757.

HSL color Cylindrical-coordinate representation of color #A5CFE1: hue angle of 198º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5CFE1 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 207 225 -
CMYK 0.27 0.08 0 0.12
HSL 198º 0.5% 0.76% -
HSV(B) 198º 0.27% 0.88% -
XYZ 51.42 58.06 79.73 -
YUV 196.49 144.09 105.54 -
System Red Green Blue C M Y K H S L
Decimal 165 207 225 0.27 0.08 0 0.12 198 0.5 0.76
Hex A5 CF E1 1B 8 0 C C6 32 4C
Octal 245 317 341 33 10 0 14 306 62 114
Binary 10100101 11001111 11100001 11011 1000 0 1100 11000110 110010 1001100

Color Harmonies of #A5CFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CFE1

Black with #A5CFE1

Text Example


Text Example

White with #A5CFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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