Html Css Color HEX #A5CFDE French Pass

📋 copy color: '#A5CFDE'

red 165 ◦ green 207 ◦ blue 222

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

Shades of French Pass #A5CFDE

Tints of French Pass #A5CFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.37%

R = 27.78%
G = 34.85%
B = 37.37%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A5CFDE (or 0xA5CFDE) is known color: French Pass. HEX triplet: A5, CF and DE. RGB value is (165,207,222). Sum of RGB (Red+Green+Blue) = 165+207+222=594 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.78% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #A5CFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CFDE is #5A3021. Grayscale: #C4C4C4. Windows color (decimal): -5910562 or 14602149. OLE color: 14602149.

HSL color Cylindrical-coordinate representation of color #A5CFDE: hue angle of 195.79º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5CFDE is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 207 222 -
CMYK 0.26 0.07 0 0.13
HSL 195.79º 0.46% 0.76% -
HSV(B) 195.79º 0.26% 0.87% -
XYZ 51.01 57.9 77.59 -
YUV 196.15 142.59 105.78 -
System Red Green Blue C M Y K H S L
Decimal 165 207 222 0.26 0.07 0 0.13 195.79 0.46 0.76
Hex A5 CF DE 1A 7 0 D C4 2E 4C
Octal 245 317 336 32 7 0 15 304 56 114
Binary 10100101 11001111 11011110 11010 111 0 1101 11000100 101110 1001100

Color Harmonies of #A5CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CFDE

Black with #A5CFDE

Text Example


Text Example

White with #A5CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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