Html Css Color HEX #9BECFF Columbia Blue

📋 copy color: '#9BECFF'

red 155 ◦ green 236 ◦ blue 255

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

Shades of Columbia Blue #9BECFF

Tints of Columbia Blue #9BECFF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.53%

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

R = 23.99%
G = 36.53%
B = 39.47%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9BECFF (or 0x9BECFF) is known color: Columbia Blue. HEX triplet: 9B, EC and FF. RGB value is (155,236,255). Sum of RGB (Red+Green+Blue) = 155+236+255=646 (85% of max value = 765). Red value is 155 (60.94% from 255 or 23.99% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BECFF is #641300. Grayscale: #D5D5D5. Windows color (decimal): -6558465 or 16772251. OLE color: 16772251.

HSL color Cylindrical-coordinate representation of color #9BECFF: hue angle of 191.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 #9BECFF is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 155 236 255 -
CMYK 0.39 0.07 0 0
HSL 191.4º 1% 0.8% -
HSV(B) 191.4º 0.39% 1% -
XYZ 61.56 74.18 105.68 -
YUV 213.95 151.16 85.96 -
System Red Green Blue C M Y K H S L
Decimal 155 236 255 0.39 0.07 0 0 191.4 1 0.8
Hex 9B EC FF 27 7 0 0 BF 64 50
Octal 233 354 377 47 7 0 0 277 144 120
Binary 10011011 11101100 11111111 100111 111 0 0 10111111 1100100 1010000

Color Harmonies of #9BECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BECFF

Black with #9BECFF

Text Example


Text Example

White with #9BECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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