Html Css Color HEX #9CC2FF Pale Cornflower Blue

📋 copy color: '#9CC2FF'

red 156 ◦ green 194 ◦ blue 255

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

Shades of Pale Cornflower Blue #9CC2FF

Tints of Pale Cornflower Blue #9CC2FF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.07%

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

R = 25.79%
G = 32.07%
B = 42.15%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9CC2FF (or 0x9CC2FF) is known color: Pale Cornflower Blue. HEX triplet: 9C, C2 and FF. RGB value is (156,194,255). Sum of RGB (Red+Green+Blue) = 156+194+255=605 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.79% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CC2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC2FF is #633D00. Grayscale: #BDBDBD. Windows color (decimal): -6503681 or 16761500. OLE color: 16761500.

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

Color convert

RGB 156 194 255 -
CMYK 0.39 0.24 0 0
HSL 216.97º 1% 0.81% -
HSV(B) 216.97º 0.39% 1% -
XYZ 51.05 52.87 102.12 -
YUV 189.59 164.91 104.04 -
System Red Green Blue C M Y K H S L
Decimal 156 194 255 0.39 0.24 0 0 216.97 1 0.81
Hex 9C C2 FF 27 18 0 0 D9 64 51
Octal 234 302 377 47 30 0 0 331 144 121
Binary 10011100 11000010 11111111 100111 11000 0 0 11011001 1100100 1010001

Color Harmonies of #9CC2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC2FF

Black with #9CC2FF

Text Example


Text Example

White with #9CC2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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