Html Css Color HEX #9FCCDF French Pass

📋 copy color: '#9FCCDF'

red 159 ◦ green 204 ◦ blue 223

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

Shades of French Pass #9FCCDF

Tints of French Pass #9FCCDF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.81%

 BLUE value IS 223 (87.5% from 255) = 38.05%

R = 27.13%
G = 34.81%
B = 38.05%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9FCCDF (or 0x9FCCDF) is known color: French Pass. HEX triplet: 9F, CC and DF. RGB value is (159,204,223). Sum of RGB (Red+Green+Blue) = 159+204+223=586 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.13% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #9FCCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCCDF is #603320. Grayscale: #C0C0C0. Windows color (decimal): -6304545 or 14666911. OLE color: 14666911.

HSL color Cylindrical-coordinate representation of color #9FCCDF: hue angle of 197.81º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FCCDF is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 204 223 -
CMYK 0.29 0.09 0 0.13
HSL 197.81º 0.5% 0.75% -
HSV(B) 197.81º 0.29% 0.87% -
XYZ 49.21 55.88 78.01 -
YUV 192.71 145.09 103.96 -
System Red Green Blue C M Y K H S L
Decimal 159 204 223 0.29 0.09 0 0.13 197.81 0.5 0.75
Hex 9F CC DF 1D 9 0 D C6 32 4B
Octal 237 314 337 35 11 0 15 306 62 113
Binary 10011111 11001100 11011111 11101 1001 0 1101 11000110 110010 1001011

Color Harmonies of #9FCCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCCDF

Black with #9FCCDF

Text Example


Text Example

White with #9FCCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,204,223); }

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

background-color css

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

 a { background-color: rgb(159,204,223); }

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

border-color css

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

 span { border-color: rgb(159,204,223); }

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