Html Css Color HEX #EFC9FE Blue Chalk

📋 copy color: '#EFC9FE'

red 239 ◦ green 201 ◦ blue 254

#EFC9FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chalk #EFC9FE

Tints of Blue Chalk #EFC9FE

RGB

 RED value IS 239 (93.75% from 255) = 34.44%

 GREEN value IS 201 (78.91% from 255) = 28.96%

 BLUE value IS 254 (99.61% from 255) = 36.6%

R = 34.44%
G = 28.96%
B = 36.6%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EFC9FE (or 0xEFC9FE) is known color: Blue Chalk. HEX triplet: EF, C9 and FE. RGB value is (239,201,254). Sum of RGB (Red+Green+Blue) = 239+201+254=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 201 (78.91% from 255 or 28.96% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFC9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC9FE is #103601. Grayscale: #DADADA. Windows color (decimal): -1062402 or 16697839. OLE color: 16697839.

HSL color Cylindrical-coordinate representation of color #EFC9FE: hue angle of 283.02º 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 #EFC9FE is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 201 254 -
CMYK 0.06 0.21 0 0.00
HSL 283.02º 0.96% 0.89% -
HSV(B) 283.02º 0.21% 1% -
XYZ 74.37 67.28 102.83 -
YUV 218.4 148.09 142.69 -
System Red Green Blue C M Y K H S L
Decimal 239 201 254 0.06 0.21 0 0.00 283.02 0.96 0.89
Hex EF C9 FE 6 15 0 0 11B 60 59
Octal 357 311 376 6 25 0 0 433 140 131
Binary 11101111 11001001 11111110 110 10101 0 0 100011011 1100000 1011001

Color Harmonies of #EFC9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC9FE

Black with #EFC9FE

Text Example


Text Example

White with #EFC9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC9FE; }

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

 H1.HeaderClassName
 {
   color: #EFC9FE;
 }
 .AnyTagClassName
 {
   color: #EFC9FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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