Html Css Color HEX #9CC5FA Pale Cornflower Blue

📋 copy color: '#9CC5FA'

red 156 ◦ green 197 ◦ blue 250

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

Shades of Pale Cornflower Blue #9CC5FA

Tints of Pale Cornflower Blue #9CC5FA

RGB

 RED value IS 156 (61.33% from 255) = 25.87%

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

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

R = 25.87%
G = 32.67%
B = 41.46%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9CC5FA (or 0x9CC5FA) is known color: Pale Cornflower Blue. HEX triplet: 9C, C5 and FA. RGB value is (156,197,250). Sum of RGB (Red+Green+Blue) = 156+197+250=603 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.87% from 603); Green value is 197 (77.34% from 255 or 32.67% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #9CC5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC5FA is #633A05. Grayscale: #BEBEBE. Windows color (decimal): -6502918 or 16434588. OLE color: 16434588.

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

Color convert

RGB 156 197 250 -
CMYK 0.38 0.21 0 0.02
HSL 213.83º 0.9% 0.8% -
HSV(B) 213.83º 0.38% 0.98% -
XYZ 50.93 53.9 98.16 -
YUV 190.78 161.42 103.19 -
System Red Green Blue C M Y K H S L
Decimal 156 197 250 0.38 0.21 0 0.02 213.83 0.9 0.8
Hex 9C C5 FA 26 15 0 2 D6 5A 50
Octal 234 305 372 46 25 0 2 326 132 120
Binary 10011100 11000101 11111010 100110 10101 0 10 11010110 1011010 1010000

Color Harmonies of #9CC5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC5FA

Black with #9CC5FA

Text Example


Text Example

White with #9CC5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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