Html Css Color HEX #9BEBFF Columbia Blue

📋 copy color: '#9BEBFF'

red 155 ◦ green 235 ◦ blue 255

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

Shades of Columbia Blue #9BEBFF

Tints of Columbia Blue #9BEBFF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.43%

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

R = 24.03%
G = 36.43%
B = 39.53%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9BEBFF (or 0x9BEBFF) is known color: Columbia Blue. HEX triplet: 9B, EB and FF. RGB value is (155,235,255). Sum of RGB (Red+Green+Blue) = 155+235+255=645 (85% of max value = 765). Red value is 155 (60.94% from 255 or 24.03% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BEBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEBFF is #641400. Grayscale: #D5D5D5. Windows color (decimal): -6558721 or 16771995. OLE color: 16771995.

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

Color convert

RGB 155 235 255 -
CMYK 0.39 0.08 0 0
HSL 192º 1% 0.8% -
HSV(B) 192º 0.39% 1% -
XYZ 61.28 73.61 105.59 -
YUV 213.36 151.5 86.37 -
System Red Green Blue C M Y K H S L
Decimal 155 235 255 0.39 0.08 0 0 192 1 0.8
Hex 9B EB FF 27 8 0 0 C0 64 50
Octal 233 353 377 47 10 0 0 300 144 120
Binary 10011011 11101011 11111111 100111 1000 0 0 11000000 1100100 1010000

Color Harmonies of #9BEBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEBFF

Black with #9BEBFF

Text Example


Text Example

White with #9BEBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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