Html Css Color HEX #9CC0F7 Pale Cornflower Blue

📋 copy color: '#9CC0F7'

red 156 ◦ green 192 ◦ blue 247

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

Shades of Pale Cornflower Blue #9CC0F7

Tints of Pale Cornflower Blue #9CC0F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 41.51%

R = 26.22%
G = 32.27%
B = 41.51%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9CC0F7 (or 0x9CC0F7) is known color: Pale Cornflower Blue. HEX triplet: 9C, C0 and F7. RGB value is (156,192,247). Sum of RGB (Red+Green+Blue) = 156+192+247=595 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.22% from 595); Green value is 192 (75.39% from 255 or 32.27% from 595); Blue value is 247 (96.88% from 255 or 41.51% from 595); Max value from RGB is 247 - color contains mainly: blue. Hex color #9CC0F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC0F7 is #633F08. Grayscale: #BBBBBB. Windows color (decimal): -6504201 or 16236700. OLE color: 16236700.

HSL color Cylindrical-coordinate representation of color #9CC0F7: hue angle of 216.26º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CC0F7 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 156 192 247 -
CMYK 0.37 0.22 0 0.03
HSL 216.26º 0.85% 0.79% -
HSV(B) 216.26º 0.37% 0.97% -
XYZ 49.35 51.48 95.33 -
YUV 187.51 161.57 105.53 -
System Red Green Blue C M Y K H S L
Decimal 156 192 247 0.37 0.22 0 0.03 216.26 0.85 0.79
Hex 9C C0 F7 25 16 0 3 D8 55 4F
Octal 234 300 367 45 26 0 3 330 125 117
Binary 10011100 11000000 11110111 100101 10110 0 11 11011000 1010101 1001111

Color Harmonies of #9CC0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC0F7

Black with #9CC0F7

Text Example


Text Example

White with #9CC0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,192,247); }

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

background-color css

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

 a { background-color: rgb(156,192,247); }

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

border-color css

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

 span { border-color: rgb(156,192,247); }

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