Html Css Color HEX #9BBFFC Pale Cornflower Blue

📋 copy color: '#9BBFFC'

red 155 ◦ green 191 ◦ blue 252

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

Shades of Pale Cornflower Blue #9BBFFC

Tints of Pale Cornflower Blue #9BBFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.14%

R = 25.92%
G = 31.94%
B = 42.14%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9BBFFC (or 0x9BBFFC) is known color: Pale Cornflower Blue. HEX triplet: 9B, BF and FC. RGB value is (155,191,252). Sum of RGB (Red+Green+Blue) = 155+191+252=598 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.92% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #9BBFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBFFC is #644003. Grayscale: #BABABA. Windows color (decimal): -6569988 or 16564123. OLE color: 16564123.

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

Color convert

RGB 155 191 252 -
CMYK 0.38 0.24 0 0.01
HSL 217.73º 0.94% 0.8% -
HSV(B) 217.73º 0.38% 0.99% -
XYZ 49.72 51.26 99.37 -
YUV 187.19 164.57 105.04 -
System Red Green Blue C M Y K H S L
Decimal 155 191 252 0.38 0.24 0 0.01 217.73 0.94 0.8
Hex 9B BF FC 26 18 0 1 DA 5E 50
Octal 233 277 374 46 30 0 1 332 136 120
Binary 10011011 10111111 11111100 100110 11000 0 1 11011010 1011110 1010000

Color Harmonies of #9BBFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBFFC

Black with #9BBFFC

Text Example


Text Example

White with #9BBFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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