#EFC9FC

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

Shades of Blue Chalk #EFC9FC

Tints of Blue Chalk #EFC9FC

Color information

#EFC9FC (or 0xEFC9FC) is unknown color: approx Blue Chalk. HEX triplet: EF, C9 and FC. RGB value is (239,201,252). Sum of RGB (Red+Green+Blue) = 239+201+252=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 201 (78.91% from 255 or 29.05% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFC9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC9FC is #103603. Grayscale: #DADADA. Windows color (decimal): -1062404 or 16566767. OLE color: 16566767.

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

Color convert

RGB239201252-
CMYK0.050.2000.01
HSL284.71º89.47%88.82%-
HSV(B)284.71º20.24%98.82%-
XYZ74.0567.15101.15-
YUV218.18147.09142.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.54%
GREEN value IS 201 (78.91% from 255) = 29.05%
BLUE value IS 252 (98.83% from 255) = 36.42%
R=34.54%
G=29.05%
B=36.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392012520.050.2000.01284.7189.4788.82
HexEFC9FC5140111d5959
Octal35731137452401435131131
Binary111011111100100111111100101101000110001110110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC9FC; }

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

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

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

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

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

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

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

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