Html Css Color HEX #9BBEF8 Pale Cornflower Blue

📋 copy color: '#9BBEF8'

red 155 ◦ green 190 ◦ blue 248

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

Shades of Pale Cornflower Blue #9BBEF8

Tints of Pale Cornflower Blue #9BBEF8

RGB

 RED value IS 155 (60.94% from 255) = 26.14%

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

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

R = 26.14%
G = 32.04%
B = 41.82%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9BBEF8 (or 0x9BBEF8) is known color: Pale Cornflower Blue. HEX triplet: 9B, BE and F8. RGB value is (155,190,248). Sum of RGB (Red+Green+Blue) = 155+190+248=593 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.14% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 248 (97.27% from 255 or 41.82% from 593); Max value from RGB is 248 - color contains mainly: blue. Hex color #9BBEF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBEF8 is #644107. Grayscale: #B9B9B9. Windows color (decimal): -6570248 or 16301723. OLE color: 16301723.

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

Color convert

RGB 155 190 248 -
CMYK 0.38 0.23 0 0.03
HSL 217.42º 0.87% 0.79% -
HSV(B) 217.42º 0.38% 0.97% -
XYZ 48.87 50.57 95.99 -
YUV 186.15 162.9 105.78 -
System Red Green Blue C M Y K H S L
Decimal 155 190 248 0.38 0.23 0 0.03 217.42 0.87 0.79
Hex 9B BE F8 26 17 0 3 D9 57 4F
Octal 233 276 370 46 27 0 3 331 127 117
Binary 10011011 10111110 11111000 100110 10111 0 11 11011001 1010111 1001111

Color Harmonies of #9BBEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBEF8

Black with #9BBEF8

Text Example


Text Example

White with #9BBEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,190,248); }

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

background-color css

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

 a { background-color: rgb(155,190,248); }

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

border-color css

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

 span { border-color: rgb(155,190,248); }

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