Html Css Color HEX #9BCFFE Columbia Blue

📋 copy color: '#9BCFFE'

red 155 ◦ green 207 ◦ blue 254

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

Shades of Columbia Blue #9BCFFE

Tints of Columbia Blue #9BCFFE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.6%

 BLUE value IS 254 (99.61% from 255) = 41.23%

R = 25.16%
G = 33.6%
B = 41.23%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9BCFFE (or 0x9BCFFE) is known color: Columbia Blue. HEX triplet: 9B, CF and FE. RGB value is (155,207,254). Sum of RGB (Red+Green+Blue) = 155+207+254=616 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.16% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BCFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCFFE is #643001. Grayscale: #C4C4C4. Windows color (decimal): -6565890 or 16699291. OLE color: 16699291.

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

Color convert

RGB 155 207 254 -
CMYK 0.39 0.19 0 0.00
HSL 208.48º 0.98% 0.8% -
HSV(B) 208.48º 0.39% 1% -
XYZ 53.72 58.75 102.27 -
YUV 196.81 160.27 98.18 -
System Red Green Blue C M Y K H S L
Decimal 155 207 254 0.39 0.19 0 0.00 208.48 0.98 0.8
Hex 9B CF FE 27 13 0 0 D0 62 50
Octal 233 317 376 47 23 0 0 320 142 120
Binary 10011011 11001111 11111110 100111 10011 0 0 11010000 1100010 1010000

Color Harmonies of #9BCFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCFFE

Black with #9BCFFE

Text Example


Text Example

White with #9BCFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,207,254); }

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

background-color css

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

 a { background-color: rgb(155,207,254); }

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

border-color css

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

 span { border-color: rgb(155,207,254); }

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