Html Css Color HEX #9DD5DE French Pass

📋 copy color: '#9DD5DE'

red 157 ◦ green 213 ◦ blue 222

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

Shades of French Pass #9DD5DE

Tints of French Pass #9DD5DE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.98%

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

R = 26.52%
G = 35.98%
B = 37.5%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9DD5DE (or 0x9DD5DE) is known color: French Pass. HEX triplet: 9D, D5 and DE. RGB value is (157,213,222). Sum of RGB (Red+Green+Blue) = 157+213+222=592 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.52% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #9DD5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD5DE is #622A21. Grayscale: #C5C5C5. Windows color (decimal): -6433314 or 14603677. OLE color: 14603677.

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

Color convert

RGB 157 213 222 -
CMYK 0.29 0.04 0 0.13
HSL 188.31º 0.5% 0.74% -
HSV(B) 188.31º 0.29% 0.87% -
XYZ 50.88 60.03 78.01 -
YUV 197.28 141.95 99.27 -
System Red Green Blue C M Y K H S L
Decimal 157 213 222 0.29 0.04 0 0.13 188.31 0.5 0.74
Hex 9D D5 DE 1D 4 0 D BC 32 4A
Octal 235 325 336 35 4 0 15 274 62 112
Binary 10011101 11010101 11011110 11101 100 0 1101 10111100 110010 1001010

Color Harmonies of #9DD5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD5DE

Black with #9DD5DE

Text Example


Text Example

White with #9DD5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,213,222); }

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

background-color css

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

 a { background-color: rgb(157,213,222); }

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

border-color css

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

 span { border-color: rgb(157,213,222); }

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