#EFC5FB

Color #EFC5FB Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #EFC5FB

Tints of Blue Chalk #EFC5FB

Color information

#EFC5FB (or 0xEFC5FB) is unknown color: approx Blue Chalk. HEX triplet: EF, C5 and FB. RGB value is (239,197,251). Sum of RGB (Red+Green+Blue) = 239+197+251=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 197 (77.34% from 255 or 28.68% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFC5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC5FB is #103A04. Grayscale: #D7D7D7. Windows color (decimal): -1063429 or 16500207. OLE color: 16500207.

HSL color Cylindrical-coordinate representation of color #EFC5FB: hue angle of 286.67º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFC5FB is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239197251-
CMYK0.050.2200.02
HSL286.67º87.1%87.84%-
HSV(B)286.67º21.51%98.43%-
XYZ72.9865.25100.01-
YUV215.71147.91144.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.79%
GREEN value IS 197 (77.34% from 255) = 28.68%
BLUE value IS 251 (98.44% from 255) = 36.54%
R=34.79%
G=28.68%
B=36.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391972510.050.2200.02286.6787.187.84
HexEFC5FB5160211f5758
Octal35730537352602437127130
Binary1110111111000101111110111011011001010001111110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC5FB; }

 p { color: rgb(239,197,251); }

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

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

 a { background-color: rgb(239,197,251); }

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

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

 span { border-color: rgb(239,197,251); }

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