Html Css Color HEX #9FCAFA Pale Cornflower Blue

📋 copy color: '#9FCAFA'

red 159 ◦ green 202 ◦ blue 250

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

Shades of Pale Cornflower Blue #9FCAFA

Tints of Pale Cornflower Blue #9FCAFA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.06%

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

R = 26.02%
G = 33.06%
B = 40.92%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9FCAFA (or 0x9FCAFA) is known color: Pale Cornflower Blue. HEX triplet: 9F, CA and FA. RGB value is (159,202,250). Sum of RGB (Red+Green+Blue) = 159+202+250=611 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.02% from 611); Green value is 202 (79.30% from 255 or 33.06% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #9FCAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCAFA is #603505. Grayscale: #C2C2C2. Windows color (decimal): -6305030 or 16435871. OLE color: 16435871.

HSL color Cylindrical-coordinate representation of color #9FCAFA: hue angle of 211.65º 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 #9FCAFA is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 202 250 -
CMYK 0.36 0.19 0 0.02
HSL 211.65º 0.9% 0.8% -
HSV(B) 211.65º 0.36% 0.98% -
XYZ 52.67 56.51 98.57 -
YUV 194.62 159.25 102.6 -
System Red Green Blue C M Y K H S L
Decimal 159 202 250 0.36 0.19 0 0.02 211.65 0.9 0.8
Hex 9F CA FA 24 13 0 2 D4 5A 50
Octal 237 312 372 44 23 0 2 324 132 120
Binary 10011111 11001010 11111010 100100 10011 0 10 11010100 1011010 1010000

Color Harmonies of #9FCAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCAFA

Black with #9FCAFA

Text Example


Text Example

White with #9FCAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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