Html Css Color HEX #9BBEFB Pale Cornflower Blue

📋 copy color: '#9BBEFB'

red 155 ◦ green 190 ◦ blue 251

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

Shades of Pale Cornflower Blue #9BBEFB

Tints of Pale Cornflower Blue #9BBEFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.11%

R = 26.01%
G = 31.88%
B = 42.11%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9BBEFB (or 0x9BBEFB) is known color: Pale Cornflower Blue. HEX triplet: 9B, BE and FB. RGB value is (155,190,251). Sum of RGB (Red+Green+Blue) = 155+190+251=596 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.01% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #9BBEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBEFB is #644104. Grayscale: #BABABA. Windows color (decimal): -6570245 or 16498331. OLE color: 16498331.

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

Color convert

RGB 155 190 251 -
CMYK 0.38 0.24 0 0.02
HSL 218.13º 0.92% 0.8% -
HSV(B) 218.13º 0.38% 0.98% -
XYZ 49.34 50.76 98.46 -
YUV 186.49 164.4 105.54 -
System Red Green Blue C M Y K H S L
Decimal 155 190 251 0.38 0.24 0 0.02 218.13 0.92 0.8
Hex 9B BE FB 26 18 0 2 DA 5C 50
Octal 233 276 373 46 30 0 2 332 134 120
Binary 10011011 10111110 11111011 100110 11000 0 10 11011010 1011100 1010000

Color Harmonies of #9BBEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBEFB

Black with #9BBEFB

Text Example


Text Example

White with #9BBEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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