Html Css Color HEX #9DC5FF Pale Cornflower Blue

📋 copy color: '#9DC5FF'

red 157 ◦ green 197 ◦ blue 255

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

Shades of Pale Cornflower Blue #9DC5FF

Tints of Pale Cornflower Blue #9DC5FF

RGB

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

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

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

R = 25.78%
G = 32.35%
B = 41.87%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9DC5FF (or 0x9DC5FF) is known color: Pale Cornflower Blue. HEX triplet: 9D, C5 and FF. RGB value is (157,197,255). Sum of RGB (Red+Green+Blue) = 157+197+255=609 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.78% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DC5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC5FF is #623A00. Grayscale: #BFBFBF. Windows color (decimal): -6437377 or 16762269. OLE color: 16762269.

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

Color convert

RGB 157 197 255 -
CMYK 0.38 0.23 0 0
HSL 215.51º 1% 0.81% -
HSV(B) 215.51º 0.38% 1% -
XYZ 51.92 54.32 102.36 -
YUV 191.65 163.75 103.28 -
System Red Green Blue C M Y K H S L
Decimal 157 197 255 0.38 0.23 0 0 215.51 1 0.81
Hex 9D C5 FF 26 17 0 0 D8 64 51
Octal 235 305 377 46 27 0 0 330 144 121
Binary 10011101 11000101 11111111 100110 10111 0 0 11011000 1100100 1010001

Color Harmonies of #9DC5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC5FF

Black with #9DC5FF

Text Example


Text Example

White with #9DC5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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