#EFC9FD

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

Shades of Blue Chalk #EFC9FD

Tints of Blue Chalk #EFC9FD

Color information

#EFC9FD (or 0xEFC9FD) is unknown color: approx Blue Chalk. HEX triplet: EF, C9 and FD. RGB value is (239,201,253). Sum of RGB (Red+Green+Blue) = 239+201+253=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 201 (78.91% from 255 or 29.00% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFC9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC9FD is #103602. Grayscale: #DADADA. Windows color (decimal): -1062403 or 16632303. OLE color: 16632303.

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

Color convert

RGB239201253-
CMYK0.060.2100.01
HSL283.85º92.86%89.02%-
HSV(B)283.85º20.55%99.22%-
XYZ74.2167.22101.99-
YUV218.29147.59142.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.49%
GREEN value IS 201 (78.91% from 255) = 29.00%
BLUE value IS 253 (99.22% from 255) = 36.51%
R=34.49%
G=29.00%
B=36.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392012530.060.2100.01283.8592.8689.02
HexEFC9FD6150111c5d59
Octal35731137562501434135131
Binary111011111100100111111101110101010110001110010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC9FD; }

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

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

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

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

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

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

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

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