#EFC8FC

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

Shades of Blue Chalk #EFC8FC

Tints of Blue Chalk #EFC8FC

Color information

#EFC8FC (or 0xEFC8FC) is unknown color: approx Blue Chalk. HEX triplet: EF, C8 and FC. RGB value is (239,200,252). Sum of RGB (Red+Green+Blue) = 239+200+252=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 200 (78.52% from 255 or 28.94% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFC8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC8FC is #103703. Grayscale: #D9D9D9. Windows color (decimal): -1062660 or 16566511. OLE color: 16566511.

HSL color Cylindrical-coordinate representation of color #EFC8FC: hue angle of 285º degrees, saturation: 0.9, 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 #EFC8FC is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239200252-
CMYK0.050.2100.01
HSL285º89.66%88.63%-
HSV(B)285º20.63%98.82%-
XYZ73.8266.69101.08-
YUV217.59147.42143.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.59%
GREEN value IS 200 (78.52% from 255) = 28.94%
BLUE value IS 252 (98.83% from 255) = 36.47%
R=34.59%
G=28.94%
B=36.47%

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
Decimal2392002520.050.2100.0128589.6688.63
HexEFC8FC5150111d5a59
Octal35731037452501435132131
Binary111011111100100011111100101101010110001110110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC8FC; }

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

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

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

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

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

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

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

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