Html Css Color HEX #9ECDFF Pale Cornflower Blue

📋 copy color: '#9ECDFF'

red 158 ◦ green 205 ◦ blue 255

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

Shades of Pale Cornflower Blue #9ECDFF

Tints of Pale Cornflower Blue #9ECDFF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.17%

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

R = 25.57%
G = 33.17%
B = 41.26%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9ECDFF (or 0x9ECDFF) is known color: Pale Cornflower Blue. HEX triplet: 9E, CD and FF. RGB value is (158,205,255). Sum of RGB (Red+Green+Blue) = 158+205+255=618 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.57% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #9ECDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECDFF is #613200. Grayscale: #C4C4C4. Windows color (decimal): -6369793 or 16764318. OLE color: 16764318.

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

Color convert

RGB 158 205 255 -
CMYK 0.38 0.20 0 0
HSL 210.93º 1% 0.81% -
HSV(B) 210.93º 0.38% 1% -
XYZ 53.98 58.15 102.99 -
YUV 196.65 160.93 100.43 -
System Red Green Blue C M Y K H S L
Decimal 158 205 255 0.38 0.20 0 0 210.93 1 0.81
Hex 9E CD FF 26 14 0 0 D3 64 51
Octal 236 315 377 46 24 0 0 323 144 121
Binary 10011110 11001101 11111111 100110 10100 0 0 11010011 1100100 1010001

Color Harmonies of #9ECDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECDFF

Black with #9ECDFF

Text Example


Text Example

White with #9ECDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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