Html Css Color HEX #9EC2FF Pale Cornflower Blue

📋 copy color: '#9EC2FF'

red 158 ◦ green 194 ◦ blue 255

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

Shades of Pale Cornflower Blue #9EC2FF

Tints of Pale Cornflower Blue #9EC2FF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.96%

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

R = 26.03%
G = 31.96%
B = 42.01%

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

#9EC2FF (or 0x9EC2FF) is known color: Pale Cornflower Blue. HEX triplet: 9E, C2 and FF. RGB value is (158,194,255). Sum of RGB (Red+Green+Blue) = 158+194+255=607 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.03% from 607); Green value is 194 (76.17% from 255 or 31.96% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EC2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC2FF is #613D00. Grayscale: #BDBDBD. Windows color (decimal): -6372609 or 16761502. OLE color: 16761502.

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

Color convert

RGB 158 194 255 -
CMYK 0.38 0.24 0 0
HSL 217.73º 1% 0.81% -
HSV(B) 217.73º 0.38% 1% -
XYZ 51.44 53.07 102.14 -
YUV 190.19 164.57 105.04 -
System Red Green Blue C M Y K H S L
Decimal 158 194 255 0.38 0.24 0 0 217.73 1 0.81
Hex 9E C2 FF 26 18 0 0 DA 64 51
Octal 236 302 377 46 30 0 0 332 144 121
Binary 10011110 11000010 11111111 100110 11000 0 0 11011010 1100100 1010001

Color Harmonies of #9EC2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC2FF

Black with #9EC2FF

Text Example


Text Example

White with #9EC2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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