Html Css Color HEX #9DBEFE Pale Cornflower Blue

📋 copy color: '#9DBEFE'

red 157 ◦ green 190 ◦ blue 254

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

Shades of Pale Cornflower Blue #9DBEFE

Tints of Pale Cornflower Blue #9DBEFE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.61%

 BLUE value IS 254 (99.61% from 255) = 42.26%

R = 26.12%
G = 31.61%
B = 42.26%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9DBEFE (or 0x9DBEFE) is known color: Pale Cornflower Blue. HEX triplet: 9D, BE and FE. RGB value is (157,190,254). Sum of RGB (Red+Green+Blue) = 157+190+254=601 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.12% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DBEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBEFE is #624101. Grayscale: #BBBBBB. Windows color (decimal): -6439170 or 16694941. OLE color: 16694941.

HSL color Cylindrical-coordinate representation of color #9DBEFE: hue angle of 219.59º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DBEFE is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 157 190 254 -
CMYK 0.38 0.25 0 0.00
HSL 219.59º 0.98% 0.81% -
HSV(B) 219.59º 0.38% 1% -
XYZ 50.21 51.15 100.99 -
YUV 187.43 165.57 106.3 -
System Red Green Blue C M Y K H S L
Decimal 157 190 254 0.38 0.25 0 0.00 219.59 0.98 0.81
Hex 9D BE FE 26 19 0 0 DC 62 51
Octal 235 276 376 46 31 0 0 334 142 121
Binary 10011101 10111110 11111110 100110 11001 0 0 11011100 1100010 1010001

Color Harmonies of #9DBEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBEFE

Black with #9DBEFE

Text Example


Text Example

White with #9DBEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,190,254); }

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

background-color css

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

 a { background-color: rgb(157,190,254); }

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

border-color css

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

 span { border-color: rgb(157,190,254); }

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