Html Css Color HEX #9DC0FE Pale Cornflower Blue

📋 copy color: '#9DC0FE'

red 157 ◦ green 192 ◦ blue 254

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

Shades of Pale Cornflower Blue #9DC0FE

Tints of Pale Cornflower Blue #9DC0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.12%

R = 26.04%
G = 31.84%
B = 42.12%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9DC0FE (or 0x9DC0FE) is known color: Pale Cornflower Blue. HEX triplet: 9D, C0 and FE. RGB value is (157,192,254). Sum of RGB (Red+Green+Blue) = 157+192+254=603 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.04% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DC0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC0FE is #623F01. Grayscale: #BCBCBC. Windows color (decimal): -6438658 or 16695453. OLE color: 16695453.

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

Color convert

RGB 157 192 254 -
CMYK 0.38 0.24 0 0.00
HSL 218.35º 0.98% 0.81% -
HSV(B) 218.35º 0.38% 1% -
XYZ 50.64 52.02 101.14 -
YUV 188.6 164.9 105.46 -
System Red Green Blue C M Y K H S L
Decimal 157 192 254 0.38 0.24 0 0.00 218.35 0.98 0.81
Hex 9D C0 FE 26 18 0 0 DA 62 51
Octal 235 300 376 46 30 0 0 332 142 121
Binary 10011101 11000000 11111110 100110 11000 0 0 11011010 1100010 1010001

Color Harmonies of #9DC0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC0FE

Black with #9DC0FE

Text Example


Text Example

White with #9DC0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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