Html Css Color HEX #9FCCFA Pale Cornflower Blue

📋 copy color: '#9FCCFA'

red 159 ◦ green 204 ◦ blue 250

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

Shades of Pale Cornflower Blue #9FCCFA

Tints of Pale Cornflower Blue #9FCCFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.78%

R = 25.94%
G = 33.28%
B = 40.78%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9FCCFA (or 0x9FCCFA) is known color: Pale Cornflower Blue. HEX triplet: 9F, CC and FA. RGB value is (159,204,250). Sum of RGB (Red+Green+Blue) = 159+204+250=613 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.94% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #9FCCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCCFA is #603305. Grayscale: #C3C3C3. Windows color (decimal): -6304518 or 16436383. OLE color: 16436383.

HSL color Cylindrical-coordinate representation of color #9FCCFA: hue angle of 210.33º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FCCFA is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 204 250 -
CMYK 0.36 0.18 0 0.02
HSL 210.33º 0.9% 0.8% -
HSV(B) 210.33º 0.36% 0.98% -
XYZ 53.15 57.46 98.73 -
YUV 195.79 158.59 101.76 -
System Red Green Blue C M Y K H S L
Decimal 159 204 250 0.36 0.18 0 0.02 210.33 0.9 0.8
Hex 9F CC FA 24 12 0 2 D2 5A 50
Octal 237 314 372 44 22 0 2 322 132 120
Binary 10011111 11001100 11111010 100100 10010 0 10 11010010 1011010 1010000

Color Harmonies of #9FCCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCCFA

Black with #9FCCFA

Text Example


Text Example

White with #9FCCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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