Html Css Color HEX #9DC7FF Pale Cornflower Blue

📋 copy color: '#9DC7FF'

red 157 ◦ green 199 ◦ blue 255

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

Shades of Pale Cornflower Blue #9DC7FF

Tints of Pale Cornflower Blue #9DC7FF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.57%

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

R = 25.7%
G = 32.57%
B = 41.73%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9DC7FF (or 0x9DC7FF) is known color: Pale Cornflower Blue. HEX triplet: 9D, C7 and FF. RGB value is (157,199,255). Sum of RGB (Red+Green+Blue) = 157+199+255=611 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.70% from 611); Green value is 199 (78.12% from 255 or 32.57% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DC7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC7FF is #623800. Grayscale: #C0C0C0. Windows color (decimal): -6436865 or 16762781. OLE color: 16762781.

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

Color convert

RGB 157 199 255 -
CMYK 0.38 0.22 0 0
HSL 214.29º 1% 0.81% -
HSV(B) 214.29º 0.38% 1% -
XYZ 52.38 55.23 102.51 -
YUV 192.83 163.09 102.45 -
System Red Green Blue C M Y K H S L
Decimal 157 199 255 0.38 0.22 0 0 214.29 1 0.81
Hex 9D C7 FF 26 16 0 0 D6 64 51
Octal 235 307 377 46 26 0 0 326 144 121
Binary 10011101 11000111 11111111 100110 10110 0 0 11010110 1100100 1010001

Color Harmonies of #9DC7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC7FF

Black with #9DC7FF

Text Example


Text Example

White with #9DC7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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