Html Css Color HEX #9DBFFC Pale Cornflower Blue

📋 copy color: '#9DBFFC'

red 157 ◦ green 191 ◦ blue 252

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

Shades of Pale Cornflower Blue #9DBFFC

Tints of Pale Cornflower Blue #9DBFFC

RGB

 RED value IS 157 (61.72% from 255) = 26.17%

 GREEN value IS 191 (75% from 255) = 31.83%

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

R = 26.17%
G = 31.83%
B = 42%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9DBFFC (or 0x9DBFFC) is known color: Pale Cornflower Blue. HEX triplet: 9D, BF and FC. RGB value is (157,191,252). Sum of RGB (Red+Green+Blue) = 157+191+252=600 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.17% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #9DBFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBFFC is #624003. Grayscale: #BBBBBB. Windows color (decimal): -6438916 or 16564125. OLE color: 16564125.

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

Color convert

RGB 157 191 252 -
CMYK 0.38 0.24 0 0.01
HSL 218.53º 0.94% 0.8% -
HSV(B) 218.53º 0.38% 0.99% -
XYZ 50.11 51.46 99.39 -
YUV 187.79 164.24 106.04 -
System Red Green Blue C M Y K H S L
Decimal 157 191 252 0.38 0.24 0 0.01 218.53 0.94 0.8
Hex 9D BF FC 26 18 0 1 DB 5E 50
Octal 235 277 374 46 30 0 1 333 136 120
Binary 10011101 10111111 11111100 100110 11000 0 1 11011011 1011110 1010000

Color Harmonies of #9DBFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBFFC

Black with #9DBFFC

Text Example


Text Example

White with #9DBFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,191,252); }

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

background-color css

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

 a { background-color: rgb(157,191,252); }

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

border-color css

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

 span { border-color: rgb(157,191,252); }

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