#EFC8FE

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

Shades of Blue Chalk #EFC8FE

Tints of Blue Chalk #EFC8FE

Color information

#EFC8FE (or 0xEFC8FE) is unknown color: approx Blue Chalk. HEX triplet: EF, C8 and FE. RGB value is (239,200,254). Sum of RGB (Red+Green+Blue) = 239+200+254=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 200 (78.52% from 255 or 28.86% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFC8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC8FE is #103701. Grayscale: #D9D9D9. Windows color (decimal): -1062658 or 16697583. OLE color: 16697583.

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

Color convert

RGB239200254-
CMYK0.060.2100.00
HSL283.33º96.43%89.02%-
HSV(B)283.33º21.26%99.61%-
XYZ74.1466.82102.75-
YUV217.82148.42143.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.49%
GREEN value IS 200 (78.52% from 255) = 28.86%
BLUE value IS 254 (99.61% from 255) = 36.65%
R=34.49%
G=28.86%
B=36.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392002540.060.2100.00283.3396.4389.02
HexEFC8FE6150011b6059
Octal35731037662500433140131
Binary111011111100100011111110110101010010001101111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC8FE; }

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

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

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

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

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

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

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

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