Html Css Color HEX #EFC9FA Blue Chalk

📋 copy color: '#EFC9FA'

red 239 ◦ green 201 ◦ blue 250

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

Shades of Blue Chalk #EFC9FA

Tints of Blue Chalk #EFC9FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.23%

R = 34.64%
G = 29.13%
B = 36.23%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFC9FA (or 0xEFC9FA) is known color: Blue Chalk. HEX triplet: EF, C9 and FA. RGB value is (239,201,250). Sum of RGB (Red+Green+Blue) = 239+201+250=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 201 (78.91% from 255 or 29.13% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFC9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC9FA is #103605. Grayscale: #D9D9D9. Windows color (decimal): -1062406 or 16435695. OLE color: 16435695.

HSL color Cylindrical-coordinate representation of color #EFC9FA: hue angle of 286.53º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFC9FA is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 201 250 -
CMYK 0.04 0.20 0 0.02
HSL 286.53º 0.83% 0.88% -
HSV(B) 286.53º 0.2% 0.98% -
XYZ 73.74 67.03 99.49 -
YUV 217.95 146.09 143.02 -
System Red Green Blue C M Y K H S L
Decimal 239 201 250 0.04 0.20 0 0.02 286.53 0.83 0.88
Hex EF C9 FA 4 14 0 2 11F 53 58
Octal 357 311 372 4 24 0 2 437 123 130
Binary 11101111 11001001 11111010 100 10100 0 10 100011111 1010011 1011000

Color Harmonies of #EFC9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC9FA

Black with #EFC9FA

Text Example


Text Example

White with #EFC9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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