Html Css Color HEX #9FCBFB Pale Cornflower Blue

📋 copy color: '#9FCBFB'

red 159 ◦ green 203 ◦ blue 251

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

Shades of Pale Cornflower Blue #9FCBFB

Tints of Pale Cornflower Blue #9FCBFB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.12%

 BLUE value IS 251 (98.44% from 255) = 40.95%

R = 25.94%
G = 33.12%
B = 40.95%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9FCBFB (or 0x9FCBFB) is known color: Pale Cornflower Blue. HEX triplet: 9F, CB and FB. RGB value is (159,203,251). Sum of RGB (Red+Green+Blue) = 159+203+251=613 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.94% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #9FCBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCBFB is #603404. Grayscale: #C3C3C3. Windows color (decimal): -6304773 or 16501663. OLE color: 16501663.

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

Color convert

RGB 159 203 251 -
CMYK 0.37 0.19 0 0.02
HSL 211.3º 0.92% 0.8% -
HSV(B) 211.3º 0.37% 0.98% -
XYZ 53.07 57.05 99.48 -
YUV 195.32 159.42 102.1 -
System Red Green Blue C M Y K H S L
Decimal 159 203 251 0.37 0.19 0 0.02 211.3 0.92 0.8
Hex 9F CB FB 25 13 0 2 D3 5C 50
Octal 237 313 373 45 23 0 2 323 134 120
Binary 10011111 11001011 11111011 100101 10011 0 10 11010011 1011100 1010000

Color Harmonies of #9FCBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCBFB

Black with #9FCBFB

Text Example


Text Example

White with #9FCBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,203,251); }

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

background-color css

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

 a { background-color: rgb(159,203,251); }

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

border-color css

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

 span { border-color: rgb(159,203,251); }

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