#EFC5FC

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

Shades of Blue Chalk #EFC5FC

Tints of Blue Chalk #EFC5FC

Color information

#EFC5FC (or 0xEFC5FC) is unknown color: approx Blue Chalk. HEX triplet: EF, C5 and FC. RGB value is (239,197,252). Sum of RGB (Red+Green+Blue) = 239+197+252=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 197 (77.34% from 255 or 28.63% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFC5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC5FC is #103A03. Grayscale: #D7D7D7. Windows color (decimal): -1063428 or 16565743. OLE color: 16565743.

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

Color convert

RGB239197252-
CMYK0.050.2200.01
HSL285.82º90.16%88.04%-
HSV(B)285.82º21.83%98.82%-
XYZ73.1365.31100.85-
YUV215.83148.41144.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.74%
GREEN value IS 197 (77.34% from 255) = 28.63%
BLUE value IS 252 (98.83% from 255) = 36.63%
R=34.74%
G=28.63%
B=36.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391972520.050.2200.01285.8290.1688.04
HexEFC5FC5160111e5a58
Octal35730537452601436132130
Binary111011111100010111111100101101100110001111010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC5FC; }

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

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

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

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

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

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

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

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