Html Css Color HEX #9FCEE1 French Pass

📋 copy color: '#9FCEE1'

red 159 ◦ green 206 ◦ blue 225

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

Shades of French Pass #9FCEE1

Tints of French Pass #9FCEE1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.92%

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

R = 26.95%
G = 34.92%
B = 38.14%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9FCEE1 (or 0x9FCEE1) is known color: French Pass. HEX triplet: 9F, CE and E1. RGB value is (159,206,225). Sum of RGB (Red+Green+Blue) = 159+206+225=590 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.95% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 225 (88.28% from 255 or 38.14% from 590); Max value from RGB is 225 - color contains mainly: blue. Hex color #9FCEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCEE1 is #60311E. Grayscale: #C1C1C1. Windows color (decimal): -6304031 or 14798495. OLE color: 14798495.

HSL color Cylindrical-coordinate representation of color #9FCEE1: hue angle of 197.27º 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 #9FCEE1 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 159 206 225 -
CMYK 0.29 0.08 0 0.12
HSL 197.27º 0.52% 0.75% -
HSV(B) 197.27º 0.29% 0.88% -
XYZ 49.96 56.95 79.59 -
YUV 194.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 159 206 225 0.29 0.08 0 0.12 197.27 0.52 0.75
Hex 9F CE E1 1D 8 0 C C5 34 4B
Octal 237 316 341 35 10 0 14 305 64 113
Binary 10011111 11001110 11100001 11101 1000 0 1100 11000101 110100 1001011

Color Harmonies of #9FCEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCEE1

Black with #9FCEE1

Text Example


Text Example

White with #9FCEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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