Html Css Color HEX #9FCCFF Pale Cornflower Blue

📋 copy color: '#9FCCFF'

red 159 ◦ green 204 ◦ blue 255

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

Shades of Pale Cornflower Blue #9FCCFF

Tints of Pale Cornflower Blue #9FCCFF

RGB

 RED value IS 159 (62.5% from 255) = 25.73%

 GREEN value IS 204 (80.08% from 255) = 33.01%

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

R = 25.73%
G = 33.01%
B = 41.26%

CMYK

 C value IS 0.38

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9FCCFF (or 0x9FCCFF) is known color: Pale Cornflower Blue. HEX triplet: 9F, CC and FF. RGB value is (159,204,255). Sum of RGB (Red+Green+Blue) = 159+204+255=618 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.73% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FCCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCCFF is #603300. Grayscale: #C4C4C4. Windows color (decimal): -6304513 or 16764063. OLE color: 16764063.

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

Color convert

RGB 159 204 255 -
CMYK 0.38 0.2 0 0
HSL 211.88º 1% 0.81% -
HSV(B) 211.88º 0.38% 1% -
XYZ 53.94 57.78 102.92 -
YUV 196.36 161.09 101.35 -
System Red Green Blue C M Y K H S L
Decimal 159 204 255 0.38 0.2 0 0 211.88 1 0.81
Hex 9F CC FF 26 14 0 0 D4 64 51
Octal 237 314 377 46 24 0 0 324 144 121
Binary 10011111 11001100 11111111 100110 10100 0 0 11010100 1100100 1010001

Color Harmonies of #9FCCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCCFF

Black with #9FCCFF

Text Example


Text Example

White with #9FCCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,204,255); }

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

background-color css

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

 a { background-color: rgb(159,204,255); }

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

border-color css

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

 span { border-color: rgb(159,204,255); }

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