Html Css Color HEX #9EC3FF Pale Cornflower Blue

📋 copy color: '#9EC3FF'

red 158 ◦ green 195 ◦ blue 255

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

Shades of Pale Cornflower Blue #9EC3FF

Tints of Pale Cornflower Blue #9EC3FF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.07%

 BLUE value IS 255 (100% from 255) = 41.94%

R = 25.99%
G = 32.07%
B = 41.94%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9EC3FF (or 0x9EC3FF) is known color: Pale Cornflower Blue. HEX triplet: 9E, C3 and FF. RGB value is (158,195,255). Sum of RGB (Red+Green+Blue) = 158+195+255=608 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.99% from 608); Green value is 195 (76.56% from 255 or 32.07% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EC3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC3FF is #613C00. Grayscale: #BEBEBE. Windows color (decimal): -6372353 or 16761758. OLE color: 16761758.

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

Color convert

RGB 158 195 255 -
CMYK 0.38 0.24 0 0
HSL 217.11º 1% 0.81% -
HSV(B) 217.11º 0.38% 1% -
XYZ 51.67 53.52 102.21 -
YUV 190.78 164.24 104.62 -
System Red Green Blue C M Y K H S L
Decimal 158 195 255 0.38 0.24 0 0 217.11 1 0.81
Hex 9E C3 FF 26 18 0 0 D9 64 51
Octal 236 303 377 46 30 0 0 331 144 121
Binary 10011110 11000011 11111111 100110 11000 0 0 11011001 1100100 1010001

Color Harmonies of #9EC3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC3FF

Black with #9EC3FF

Text Example


Text Example

White with #9EC3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,195,255); }

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

background-color css

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

 a { background-color: rgb(158,195,255); }

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

border-color css

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

 span { border-color: rgb(158,195,255); }

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