Html Css Color HEX #9CC0FF Pale Cornflower Blue

📋 copy color: '#9CC0FF'

red 156 ◦ green 192 ◦ blue 255

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

Shades of Pale Cornflower Blue #9CC0FF

Tints of Pale Cornflower Blue #9CC0FF

RGB

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

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

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

R = 25.87%
G = 31.84%
B = 42.29%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9CC0FF (or 0x9CC0FF) is known color: Pale Cornflower Blue. HEX triplet: 9C, C0 and FF. RGB value is (156,192,255). Sum of RGB (Red+Green+Blue) = 156+192+255=603 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.87% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CC0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC0FF is #633F00. Grayscale: #BCBCBC. Windows color (decimal): -6504193 or 16760988. OLE color: 16760988.

HSL color Cylindrical-coordinate representation of color #9CC0FF: hue angle of 218.18º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CC0FF is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 156 192 255 -
CMYK 0.39 0.25 0 0
HSL 218.18º 1% 0.81% -
HSV(B) 218.18º 0.39% 1% -
XYZ 50.61 51.99 101.97 -
YUV 188.42 165.57 104.88 -
System Red Green Blue C M Y K H S L
Decimal 156 192 255 0.39 0.25 0 0 218.18 1 0.81
Hex 9C C0 FF 27 19 0 0 DA 64 51
Octal 234 300 377 47 31 0 0 332 144 121
Binary 10011100 11000000 11111111 100111 11001 0 0 11011010 1100100 1010001

Color Harmonies of #9CC0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC0FF

Black with #9CC0FF

Text Example


Text Example

White with #9CC0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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