Html Css Color HEX #9FCAE1 French Pass

📋 copy color: '#9FCAE1'

red 159 ◦ green 202 ◦ blue 225

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

Shades of French Pass #9FCAE1

Tints of French Pass #9FCAE1

RGB

 RED value IS 159 (62.5% from 255) = 27.13%

 GREEN value IS 202 (79.3% from 255) = 34.47%

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

R = 27.13%
G = 34.47%
B = 38.4%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9FCAE1 (or 0x9FCAE1) is known color: French Pass. HEX triplet: 9F, CA and E1. RGB value is (159,202,225). Sum of RGB (Red+Green+Blue) = 159+202+225=586 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.13% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 225 (88.28% from 255 or 38.40% from 586); Max value from RGB is 225 - color contains mainly: blue. Hex color #9FCAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCAE1 is #60351E. Grayscale: #BFBFBF. Windows color (decimal): -6305055 or 14797471. OLE color: 14797471.

HSL color Cylindrical-coordinate representation of color #9FCAE1: hue angle of 200.91º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FCAE1 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 159 202 225 -
CMYK 0.29 0.10 0 0.12
HSL 200.91º 0.52% 0.75% -
HSV(B) 200.91º 0.29% 0.88% -
XYZ 49.01 55.05 79.28 -
YUV 191.77 146.75 104.63 -
System Red Green Blue C M Y K H S L
Decimal 159 202 225 0.29 0.10 0 0.12 200.91 0.52 0.75
Hex 9F CA E1 1D A 0 C C9 34 4B
Octal 237 312 341 35 12 0 14 311 64 113
Binary 10011111 11001010 11100001 11101 1010 0 1100 11001001 110100 1001011

Color Harmonies of #9FCAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCAE1

Black with #9FCAE1

Text Example


Text Example

White with #9FCAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FCAE1; }

 p { color: rgb(159,202,225); }

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

background-color css

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

 a { background-color: rgb(159,202,225); }

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

border-color css

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

 span { border-color: rgb(159,202,225); }

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