Html Css Color HEX #EFC5FB Blue Chalk

📋 copy color: '#EFC5FB'

red 239 ◦ green 197 ◦ blue 251

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

Shades of Blue Chalk #EFC5FB

Tints of Blue Chalk #EFC5FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.54%

R = 34.79%
G = 28.68%
B = 36.54%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFC5FB (or 0xEFC5FB) is known color: Blue Chalk. HEX triplet: EF, C5 and FB. RGB value is (239,197,251). Sum of RGB (Red+Green+Blue) = 239+197+251=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 197 (77.34% from 255 or 28.68% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFC5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC5FB is #103A04. Grayscale: #D7D7D7. Windows color (decimal): -1063429 or 16500207. OLE color: 16500207.

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

Color convert

RGB 239 197 251 -
CMYK 0.05 0.22 0 0.02
HSL 286.67º 0.87% 0.88% -
HSV(B) 286.67º 0.22% 0.98% -
XYZ 72.98 65.25 100.01 -
YUV 215.71 147.91 144.61 -
System Red Green Blue C M Y K H S L
Decimal 239 197 251 0.05 0.22 0 0.02 286.67 0.87 0.88
Hex EF C5 FB 5 16 0 2 11F 57 58
Octal 357 305 373 5 26 0 2 437 127 130
Binary 11101111 11000101 11111011 101 10110 0 10 100011111 1010111 1011000

Color Harmonies of #EFC5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC5FB

Black with #EFC5FB

Text Example


Text Example

White with #EFC5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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