Html Css Color HEX #9DBFF8 Pale Cornflower Blue

📋 copy color: '#9DBFF8'

red 157 ◦ green 191 ◦ blue 248

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

Shades of Pale Cornflower Blue #9DBFF8

Tints of Pale Cornflower Blue #9DBFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 41.61%

R = 26.34%
G = 32.05%
B = 41.61%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9DBFF8 (or 0x9DBFF8) is known color: Pale Cornflower Blue. HEX triplet: 9D, BF and F8. RGB value is (157,191,248). Sum of RGB (Red+Green+Blue) = 157+191+248=596 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.34% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 248 (97.27% from 255 or 41.61% from 596); Max value from RGB is 248 - color contains mainly: blue. Hex color #9DBFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBFF8 is #624007. Grayscale: #BBBBBB. Windows color (decimal): -6438920 or 16301981. OLE color: 16301981.

HSL color Cylindrical-coordinate representation of color #9DBFF8: hue angle of 217.58º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DBFF8 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 157 191 248 -
CMYK 0.37 0.23 0 0.03
HSL 217.58º 0.87% 0.79% -
HSV(B) 217.58º 0.37% 0.97% -
XYZ 49.48 51.21 96.08 -
YUV 187.33 162.24 106.37 -
System Red Green Blue C M Y K H S L
Decimal 157 191 248 0.37 0.23 0 0.03 217.58 0.87 0.79
Hex 9D BF F8 25 17 0 3 DA 57 4F
Octal 235 277 370 45 27 0 3 332 127 117
Binary 10011101 10111111 11111000 100101 10111 0 11 11011010 1010111 1001111

Color Harmonies of #9DBFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBFF8

Black with #9DBFF8

Text Example


Text Example

White with #9DBFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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