Html Css Color HEX #9BEDFF Columbia Blue

📋 copy color: '#9BEDFF'

red 155 ◦ green 237 ◦ blue 255

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

Shades of Columbia Blue #9BEDFF

Tints of Columbia Blue #9BEDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.63%

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

R = 23.96%
G = 36.63%
B = 39.41%

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

#9BEDFF (or 0x9BEDFF) is known color: Columbia Blue. HEX triplet: 9B, ED and FF. RGB value is (155,237,255). Sum of RGB (Red+Green+Blue) = 155+237+255=647 (85% of max value = 765). Red value is 155 (60.94% from 255 or 23.96% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BEDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEDFF is #641200. Grayscale: #D6D6D6. Windows color (decimal): -6558209 or 16772507. OLE color: 16772507.

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

Color convert

RGB 155 237 255 -
CMYK 0.39 0.07 0 0
HSL 190.8º 1% 0.8% -
HSV(B) 190.8º 0.39% 1% -
XYZ 61.85 74.76 105.78 -
YUV 214.53 150.83 85.54 -
System Red Green Blue C M Y K H S L
Decimal 155 237 255 0.39 0.07 0 0 190.8 1 0.8
Hex 9B ED FF 27 7 0 0 BF 64 50
Octal 233 355 377 47 7 0 0 277 144 120
Binary 10011011 11101101 11111111 100111 111 0 0 10111111 1100100 1010000

Color Harmonies of #9BEDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEDFF

Black with #9BEDFF

Text Example


Text Example

White with #9BEDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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