#EFC6FC

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

Shades of Blue Chalk #EFC6FC

Tints of Blue Chalk #EFC6FC

Color information

#EFC6FC (or 0xEFC6FC) is unknown color: approx Blue Chalk. HEX triplet: EF, C6 and FC. RGB value is (239,198,252). Sum of RGB (Red+Green+Blue) = 239+198+252=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 198 (77.73% from 255 or 28.74% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFC6FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC6FC is #103903. Grayscale: #D8D8D8. Windows color (decimal): -1063172 or 16565999. OLE color: 16565999.

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

Color convert

RGB239198252-
CMYK0.050.2100.01
HSL285.56º90%88.24%-
HSV(B)285.56º21.43%98.82%-
XYZ73.3665.77100.92-
YUV216.42148.08144.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.69%
GREEN value IS 198 (77.73% from 255) = 28.74%
BLUE value IS 252 (98.83% from 255) = 36.57%
R=34.69%
G=28.74%
B=36.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391982520.050.2100.01285.569088.24
HexEFC6FC5150111e5a58
Octal35730637452501436132130
Binary111011111100011011111100101101010110001111010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC6FC; }

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

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

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

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

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

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

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

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