Html Css Color HEX #9BBFFF Pale Cornflower Blue

📋 copy color: '#9BBFFF'

red 155 ◦ green 191 ◦ blue 255

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

Shades of Pale Cornflower Blue #9BBFFF

Tints of Pale Cornflower Blue #9BBFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.43%

R = 25.79%
G = 31.78%
B = 42.43%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9BBFFF (or 0x9BBFFF) is known color: Pale Cornflower Blue. HEX triplet: 9B, BF and FF. RGB value is (155,191,255). Sum of RGB (Red+Green+Blue) = 155+191+255=601 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.79% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BBFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBFFF is #644000. Grayscale: #BBBBBB. Windows color (decimal): -6569985 or 16760731. OLE color: 16760731.

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

Color convert

RGB 155 191 255 -
CMYK 0.39 0.25 0 0
HSL 218.4º 1% 0.8% -
HSV(B) 218.4º 0.39% 1% -
XYZ 50.2 51.45 101.89 -
YUV 187.53 166.07 104.8 -
System Red Green Blue C M Y K H S L
Decimal 155 191 255 0.39 0.25 0 0 218.4 1 0.8
Hex 9B BF FF 27 19 0 0 DA 64 50
Octal 233 277 377 47 31 0 0 332 144 120
Binary 10011011 10111111 11111111 100111 11001 0 0 11011010 1100100 1010000

Color Harmonies of #9BBFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBFFF

Black with #9BBFFF

Text Example


Text Example

White with #9BBFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,191,255); }

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

background-color css

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

 a { background-color: rgb(155,191,255); }

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

border-color css

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

 span { border-color: rgb(155,191,255); }

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