Html Css Color HEX #9DC0F9 Pale Cornflower Blue

📋 copy color: '#9DC0F9'

red 157 ◦ green 192 ◦ blue 249

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

Shades of Pale Cornflower Blue #9DC0F9

Tints of Pale Cornflower Blue #9DC0F9

RGB

 RED value IS 157 (61.72% from 255) = 26.25%

 GREEN value IS 192 (75.39% from 255) = 32.11%

 BLUE value IS 249 (97.66% from 255) = 41.64%

R = 26.25%
G = 32.11%
B = 41.64%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9DC0F9 (or 0x9DC0F9) is known color: Pale Cornflower Blue. HEX triplet: 9D, C0 and F9. RGB value is (157,192,249). Sum of RGB (Red+Green+Blue) = 157+192+249=598 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.25% from 598); Green value is 192 (75.39% from 255 or 32.11% from 598); Blue value is 249 (97.66% from 255 or 41.64% from 598); Max value from RGB is 249 - color contains mainly: blue. Hex color #9DC0F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC0F9 is #623F06. Grayscale: #BBBBBB. Windows color (decimal): -6438663 or 16367773. OLE color: 16367773.

HSL color Cylindrical-coordinate representation of color #9DC0F9: hue angle of 217.17º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DC0F9 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 192 249 -
CMYK 0.37 0.23 0 0.02
HSL 217.17º 0.88% 0.8% -
HSV(B) 217.17º 0.37% 0.98% -
XYZ 49.85 51.71 96.98 -
YUV 188.03 162.4 105.87 -
System Red Green Blue C M Y K H S L
Decimal 157 192 249 0.37 0.23 0 0.02 217.17 0.88 0.8
Hex 9D C0 F9 25 17 0 2 D9 58 50
Octal 235 300 371 45 27 0 2 331 130 120
Binary 10011101 11000000 11111001 100101 10111 0 10 11011001 1011000 1010000

Color Harmonies of #9DC0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC0F9

Black with #9DC0F9

Text Example


Text Example

White with #9DC0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,192,249); }

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

background-color css

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

 a { background-color: rgb(157,192,249); }

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

border-color css

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

 span { border-color: rgb(157,192,249); }

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