Html Css Color HEX #9EC2EE Pale Cornflower Blue

📋 copy color: '#9EC2EE'

red 158 ◦ green 194 ◦ blue 238

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

Shades of Pale Cornflower Blue #9EC2EE

Tints of Pale Cornflower Blue #9EC2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.34%

R = 26.78%
G = 32.88%
B = 40.34%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9EC2EE (or 0x9EC2EE) is known color: Pale Cornflower Blue. HEX triplet: 9E, C2 and EE. RGB value is (158,194,238). Sum of RGB (Red+Green+Blue) = 158+194+238=590 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.78% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #9EC2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC2EE is #613D11. Grayscale: #BCBCBC. Windows color (decimal): -6372626 or 15647390. OLE color: 15647390.

HSL color Cylindrical-coordinate representation of color #9EC2EE: hue angle of 213º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EC2EE is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 194 238 -
CMYK 0.34 0.18 0 0.07
HSL 213º 0.7% 0.78% -
HSV(B) 213º 0.34% 0.93% -
XYZ 48.82 52.03 88.36 -
YUV 188.25 156.07 106.42 -
System Red Green Blue C M Y K H S L
Decimal 158 194 238 0.34 0.18 0 0.07 213 0.7 0.78
Hex 9E C2 EE 22 12 0 7 D5 46 4E
Octal 236 302 356 42 22 0 7 325 106 116
Binary 10011110 11000010 11101110 100010 10010 0 111 11010101 1000110 1001110

Color Harmonies of #9EC2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC2EE

Black with #9EC2EE

Text Example


Text Example

White with #9EC2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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