Html Css Color HEX #EFC5FC Blue Chalk

📋 copy color: '#EFC5FC'

red 239 ◦ green 197 ◦ blue 252

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

Shades of Blue Chalk #EFC5FC

Tints of Blue Chalk #EFC5FC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 28.63%

 BLUE value IS 252 (98.83% from 255) = 36.63%

R = 34.74%
G = 28.63%
B = 36.63%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFC5FC (or 0xEFC5FC) is known color: Blue Chalk. HEX triplet: EF, C5 and FC. RGB value is (239,197,252). Sum of RGB (Red+Green+Blue) = 239+197+252=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 197 (77.34% from 255 or 28.63% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFC5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC5FC is #103A03. Grayscale: #D7D7D7. Windows color (decimal): -1063428 or 16565743. OLE color: 16565743.

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

Color convert

RGB 239 197 252 -
CMYK 0.05 0.22 0 0.01
HSL 285.82º 0.9% 0.88% -
HSV(B) 285.82º 0.22% 0.99% -
XYZ 73.13 65.31 100.85 -
YUV 215.83 148.41 144.53 -
System Red Green Blue C M Y K H S L
Decimal 239 197 252 0.05 0.22 0 0.01 285.82 0.9 0.88
Hex EF C5 FC 5 16 0 1 11E 5A 58
Octal 357 305 374 5 26 0 1 436 132 130
Binary 11101111 11000101 11111100 101 10110 0 1 100011110 1011010 1011000

Color Harmonies of #EFC5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC5FC

Black with #EFC5FC

Text Example


Text Example

White with #EFC5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC5FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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