Html Css Color HEX #9EC6FD Pale Cornflower Blue

📋 copy color: '#9EC6FD'

red 158 ◦ green 198 ◦ blue 253

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

Shades of Pale Cornflower Blue #9EC6FD

Tints of Pale Cornflower Blue #9EC6FD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.51%

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

R = 25.94%
G = 32.51%
B = 41.54%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9EC6FD (or 0x9EC6FD) is known color: Pale Cornflower Blue. HEX triplet: 9E, C6 and FD. RGB value is (158,198,253). Sum of RGB (Red+Green+Blue) = 158+198+253=609 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.94% from 609); Green value is 198 (77.73% from 255 or 32.51% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #9EC6FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC6FD is #613902. Grayscale: #C0C0C0. Windows color (decimal): -6371587 or 16631454. OLE color: 16631454.

HSL color Cylindrical-coordinate representation of color #9EC6FD: hue angle of 214.74º 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 #9EC6FD is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 198 253 -
CMYK 0.38 0.22 0 0.01
HSL 214.74º 0.96% 0.81% -
HSV(B) 214.74º 0.38% 0.99% -
XYZ 52.02 54.75 100.75 -
YUV 192.31 162.25 103.53 -
System Red Green Blue C M Y K H S L
Decimal 158 198 253 0.38 0.22 0 0.01 214.74 0.96 0.81
Hex 9E C6 FD 26 16 0 1 D7 60 51
Octal 236 306 375 46 26 0 1 327 140 121
Binary 10011110 11000110 11111101 100110 10110 0 1 11010111 1100000 1010001

Color Harmonies of #9EC6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC6FD

Black with #9EC6FD

Text Example


Text Example

White with #9EC6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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