Html Css Color HEX #9EBFFD Pale Cornflower Blue

📋 copy color: '#9EBFFD'

red 158 ◦ green 191 ◦ blue 253

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

Shades of Pale Cornflower Blue #9EBFFD

Tints of Pale Cornflower Blue #9EBFFD

RGB

 RED value IS 158 (62.11% from 255) = 26.25%

 GREEN value IS 191 (75% from 255) = 31.73%

 BLUE value IS 253 (99.22% from 255) = 42.03%

R = 26.25%
G = 31.73%
B = 42.03%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9EBFFD (or 0x9EBFFD) is known color: Pale Cornflower Blue. HEX triplet: 9E, BF and FD. RGB value is (158,191,253). Sum of RGB (Red+Green+Blue) = 158+191+253=602 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.25% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #9EBFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBFFD is #614002. Grayscale: #BBBBBB. Windows color (decimal): -6373379 or 16629662. OLE color: 16629662.

HSL color Cylindrical-coordinate representation of color #9EBFFD: hue angle of 219.16º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EBFFD is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 191 253 -
CMYK 0.38 0.25 0 0.01
HSL 219.16º 0.96% 0.81% -
HSV(B) 219.16º 0.38% 0.99% -
XYZ 50.46 51.62 100.23 -
YUV 188.2 164.57 106.46 -
System Red Green Blue C M Y K H S L
Decimal 158 191 253 0.38 0.25 0 0.01 219.16 0.96 0.81
Hex 9E BF FD 26 19 0 1 DB 60 51
Octal 236 277 375 46 31 0 1 333 140 121
Binary 10011110 10111111 11111101 100110 11001 0 1 11011011 1100000 1010001

Color Harmonies of #9EBFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBFFD

Black with #9EBFFD

Text Example


Text Example

White with #9EBFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EBFFD; }

 p { color: rgb(158,191,253); }

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

background-color css

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

 a { background-color: rgb(158,191,253); }

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

border-color css

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

 span { border-color: rgb(158,191,253); }

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