Html Css Color HEX #9BC0FB Pale Cornflower Blue

📋 copy color: '#9BC0FB'

red 155 ◦ green 192 ◦ blue 251

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

Shades of Pale Cornflower Blue #9BC0FB

Tints of Pale Cornflower Blue #9BC0FB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.11%

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

R = 25.92%
G = 32.11%
B = 41.97%

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

#9BC0FB (or 0x9BC0FB) is known color: Pale Cornflower Blue. HEX triplet: 9B, C0 and FB. RGB value is (155,192,251). Sum of RGB (Red+Green+Blue) = 155+192+251=598 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.92% from 598); Green value is 192 (75.39% from 255 or 32.11% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #9BC0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC0FB is #643F04. Grayscale: #BBBBBB. Windows color (decimal): -6569733 or 16498843. OLE color: 16498843.

HSL color Cylindrical-coordinate representation of color #9BC0FB: hue angle of 216.88º 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 #9BC0FB is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 192 251 -
CMYK 0.38 0.24 0 0.02
HSL 216.88º 0.92% 0.8% -
HSV(B) 216.88º 0.38% 0.98% -
XYZ 49.78 51.63 98.61 -
YUV 187.66 163.74 104.7 -
System Red Green Blue C M Y K H S L
Decimal 155 192 251 0.38 0.24 0 0.02 216.88 0.92 0.8
Hex 9B C0 FB 26 18 0 2 D9 5C 50
Octal 233 300 373 46 30 0 2 331 134 120
Binary 10011011 11000000 11111011 100110 11000 0 10 11011001 1011100 1010000

Color Harmonies of #9BC0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC0FB

Black with #9BC0FB

Text Example


Text Example

White with #9BC0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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