#9BCFE4

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

Shades of French Pass #9BCFE4

Tints of French Pass #9BCFE4

Color information

#9BCFE4 (or 0x9BCFE4) is unknown color: approx French Pass. HEX triplet: 9B, CF and E4. RGB value is (155,207,228). Sum of RGB (Red+Green+Blue) = 155+207+228=590 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.27% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 228 (89.45% from 255 or 38.64% from 590); Max value from RGB is 228 - color contains mainly: blue. Hex color #9BCFE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCFE4 is #64301B. Grayscale: #C1C1C1. Windows color (decimal): -6565916 or 14995355. OLE color: 14995355.

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

Color convert

RGB155207228-
CMYK0.320.0900.11
HSL197.26º57.48%75.1%-
HSV(B)197.26º32.02%89.41%-
XYZ49.8357.281.81-
YUV193.85147.27100.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.27%
GREEN value IS 207 (81.25% from 255) = 35.08%
BLUE value IS 228 (89.45% from 255) = 38.64%
R=26.27%
G=35.08%
B=38.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1552072280.320.0900.11197.2657.4875.1
Hex9BCFE42090Bc5394b
Octal233317344401101330571113
Binary100110111100111111100100100000100101011110001011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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