#9DCFE4

Color #9DCFE4 French Pass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Pass #9DCFE4

Tints of French Pass #9DCFE4

Color information

#9DCFE4 (or 0x9DCFE4) is unknown color: approx French Pass. HEX triplet: 9D, CF and E4. RGB value is (157,207,228). Sum of RGB (Red+Green+Blue) = 157+207+228=592 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.52% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 228 (89.45% from 255 or 38.51% from 592); Max value from RGB is 228 - color contains mainly: blue. Hex color #9DCFE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCFE4 is #62301B. Grayscale: #C2C2C2. Windows color (decimal): -6434844 or 14995357. OLE color: 14995357.

HSL color Cylindrical-coordinate representation of color #9DCFE4: hue angle of 197.75º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DCFE4 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB157207228-
CMYK0.310.0900.11
HSL197.75º56.8%75.49%-
HSV(B)197.75º31.14%89.41%-
XYZ50.2257.481.83-
YUV194.44146.94101.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.52%
GREEN value IS 207 (81.25% from 255) = 34.97%
BLUE value IS 228 (89.45% from 255) = 38.51%
R=26.52%
G=34.97%
B=38.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1572072280.310.0900.11197.7556.875.49
Hex9DCFE41F90Bc6394b
Octal235317344371101330671113
Binary10011101110011111110010011111100101011110001101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,207,228); }

 H1.HeaderClassName
 {
   color: #9DCFE4;
 }
 .AnyTagClassName
 {
   color: #9DCFE4;
 }
</style>
background-color css

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

 a { background-color: rgb(157,207,228); }

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

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

 span { border-color: rgb(157,207,228); }

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