Html Css Color HEX #9DD6E9 French Pass

📋 copy color: '#9DD6E9'

red 157 ◦ green 214 ◦ blue 233

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

Shades of French Pass #9DD6E9

Tints of French Pass #9DD6E9

RGB

 RED value IS 157 (61.72% from 255) = 25.99%

 GREEN value IS 214 (83.98% from 255) = 35.43%

 BLUE value IS 233 (91.41% from 255) = 38.58%

R = 25.99%
G = 35.43%
B = 38.58%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9DD6E9 (or 0x9DD6E9) is known color: French Pass. HEX triplet: 9D, D6 and E9. RGB value is (157,214,233). Sum of RGB (Red+Green+Blue) = 157+214+233=604 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.99% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 233 (91.41% from 255 or 38.58% from 604); Max value from RGB is 233 - color contains mainly: blue. Hex color #9DD6E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD6E9 is #622916. Grayscale: #C6C6C6. Windows color (decimal): -6433047 or 15324829. OLE color: 15324829.

HSL color Cylindrical-coordinate representation of color #9DD6E9: hue angle of 195º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DD6E9 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 157 214 233 -
CMYK 0.33 0.08 0 0.09
HSL 195º 0.63% 0.76% -
HSV(B) 195º 0.33% 0.91% -
XYZ 52.66 61.14 86.12 -
YUV 199.12 147.12 97.96 -
System Red Green Blue C M Y K H S L
Decimal 157 214 233 0.33 0.08 0 0.09 195 0.63 0.76
Hex 9D D6 E9 21 8 0 9 C3 3F 4C
Octal 235 326 351 41 10 0 11 303 77 114
Binary 10011101 11010110 11101001 100001 1000 0 1001 11000011 111111 1001100

Color Harmonies of #9DD6E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD6E9

Black with #9DD6E9

Text Example


Text Example

White with #9DD6E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,214,233); }

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

background-color css

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

 a { background-color: rgb(157,214,233); }

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

border-color css

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

 span { border-color: rgb(157,214,233); }

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