Html Css Color HEX #9DC5FA Pale Cornflower Blue

📋 copy color: '#9DC5FA'

red 157 ◦ green 197 ◦ blue 250

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

Shades of Pale Cornflower Blue #9DC5FA

Tints of Pale Cornflower Blue #9DC5FA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.62%

 BLUE value IS 250 (98.05% from 255) = 41.39%

R = 25.99%
G = 32.62%
B = 41.39%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9DC5FA (or 0x9DC5FA) is known color: Pale Cornflower Blue. HEX triplet: 9D, C5 and FA. RGB value is (157,197,250). Sum of RGB (Red+Green+Blue) = 157+197+250=604 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.99% from 604); Green value is 197 (77.34% from 255 or 32.62% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DC5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC5FA is #623A05. Grayscale: #BEBEBE. Windows color (decimal): -6437382 or 16434589. OLE color: 16434589.

HSL color Cylindrical-coordinate representation of color #9DC5FA: hue angle of 214.19º degrees, saturation: 0.9, 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 #9DC5FA is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 197 250 -
CMYK 0.37 0.21 0 0.02
HSL 214.19º 0.9% 0.8% -
HSV(B) 214.19º 0.37% 0.98% -
XYZ 51.13 54 98.17 -
YUV 191.08 161.25 103.69 -
System Red Green Blue C M Y K H S L
Decimal 157 197 250 0.37 0.21 0 0.02 214.19 0.9 0.8
Hex 9D C5 FA 25 15 0 2 D6 5A 50
Octal 235 305 372 45 25 0 2 326 132 120
Binary 10011101 11000101 11111010 100101 10101 0 10 11010110 1011010 1010000

Color Harmonies of #9DC5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC5FA

Black with #9DC5FA

Text Example


Text Example

White with #9DC5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,197,250); }

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

background-color css

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

 a { background-color: rgb(157,197,250); }

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

border-color css

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

 span { border-color: rgb(157,197,250); }

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