Html Css Color HEX #9DD4E1 French Pass

📋 copy color: '#9DD4E1'

red 157 ◦ green 212 ◦ blue 225

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

Shades of French Pass #9DD4E1

Tints of French Pass #9DD4E1

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.69%

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

R = 26.43%
G = 35.69%
B = 37.88%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9DD4E1 (or 0x9DD4E1) is known color: French Pass. HEX triplet: 9D, D4 and E1. RGB value is (157,212,225). Sum of RGB (Red+Green+Blue) = 157+212+225=594 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.43% from 594); Green value is 212 (83.20% from 255 or 35.69% from 594); Blue value is 225 (88.28% from 255 or 37.88% from 594); Max value from RGB is 225 - color contains mainly: blue. Hex color #9DD4E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD4E1 is #622B1E. Grayscale: #C4C4C4. Windows color (decimal): -6433567 or 14800029. OLE color: 14800029.

HSL color Cylindrical-coordinate representation of color #9DD4E1: hue angle of 191.47º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DD4E1 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 157 212 225 -
CMYK 0.30 0.06 0 0.12
HSL 191.47º 0.53% 0.75% -
HSV(B) 191.47º 0.3% 0.88% -
XYZ 51.04 59.69 80.07 -
YUV 197.04 143.78 99.44 -
System Red Green Blue C M Y K H S L
Decimal 157 212 225 0.30 0.06 0 0.12 191.47 0.53 0.75
Hex 9D D4 E1 1E 6 0 C BF 35 4B
Octal 235 324 341 36 6 0 14 277 65 113
Binary 10011101 11010100 11100001 11110 110 0 1100 10111111 110101 1001011

Color Harmonies of #9DD4E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD4E1

Black with #9DD4E1

Text Example


Text Example

White with #9DD4E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,212,225); }

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

background-color css

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

 a { background-color: rgb(157,212,225); }

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

border-color css

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

 span { border-color: rgb(157,212,225); }

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