Html Css Color HEX #9DBFFD Pale Cornflower Blue

📋 copy color: '#9DBFFD'

red 157 ◦ green 191 ◦ blue 253

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

Shades of Pale Cornflower Blue #9DBFFD

Tints of Pale Cornflower Blue #9DBFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.1%

R = 26.12%
G = 31.78%
B = 42.1%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9DBFFD (or 0x9DBFFD) is known color: Pale Cornflower Blue. HEX triplet: 9D, BF and FD. RGB value is (157,191,253). Sum of RGB (Red+Green+Blue) = 157+191+253=601 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.12% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #9DBFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBFFD is #624002. Grayscale: #BBBBBB. Windows color (decimal): -6438915 or 16629661. OLE color: 16629661.

HSL color Cylindrical-coordinate representation of color #9DBFFD: hue angle of 218.75º degrees, saturation: 0.96, 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 #9DBFFD is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 157 191 253 -
CMYK 0.38 0.25 0 0.01
HSL 218.75º 0.96% 0.8% -
HSV(B) 218.75º 0.38% 0.99% -
XYZ 50.27 51.52 100.22 -
YUV 187.9 164.74 105.96 -
System Red Green Blue C M Y K H S L
Decimal 157 191 253 0.38 0.25 0 0.01 218.75 0.96 0.8
Hex 9D BF FD 26 19 0 1 DB 60 50
Octal 235 277 375 46 31 0 1 333 140 120
Binary 10011101 10111111 11111101 100110 11001 0 1 11011011 1100000 1010000

Color Harmonies of #9DBFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBFFD

Black with #9DBFFD

Text Example


Text Example

White with #9DBFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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