Html Css Color HEX #9FCCFC Pale Cornflower Blue

📋 copy color: '#9FCCFC'

red 159 ◦ green 204 ◦ blue 252

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

Shades of Pale Cornflower Blue #9FCCFC

Tints of Pale Cornflower Blue #9FCCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.98%

R = 25.85%
G = 33.17%
B = 40.98%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9FCCFC (or 0x9FCCFC) is known color: Pale Cornflower Blue. HEX triplet: 9F, CC and FC. RGB value is (159,204,252). Sum of RGB (Red+Green+Blue) = 159+204+252=615 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.85% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #9FCCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCCFC is #603303. Grayscale: #C3C3C3. Windows color (decimal): -6304516 or 16567455. OLE color: 16567455.

HSL color Cylindrical-coordinate representation of color #9FCCFC: hue angle of 210.97º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FCCFC is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 159 204 252 -
CMYK 0.37 0.19 0 0.01
HSL 210.97º 0.94% 0.81% -
HSV(B) 210.97º 0.37% 0.99% -
XYZ 53.46 57.58 100.39 -
YUV 196.02 159.59 101.6 -
System Red Green Blue C M Y K H S L
Decimal 159 204 252 0.37 0.19 0 0.01 210.97 0.94 0.81
Hex 9F CC FC 25 13 0 1 D3 5E 51
Octal 237 314 374 45 23 0 1 323 136 121
Binary 10011111 11001100 11111100 100101 10011 0 1 11010011 1011110 1010001

Color Harmonies of #9FCCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCCFC

Black with #9FCCFC

Text Example


Text Example

White with #9FCCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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