Html Css Color HEX #9BD8FF Columbia Blue

📋 copy color: '#9BD8FF'

red 155 ◦ green 216 ◦ blue 255

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

Shades of Columbia Blue #9BD8FF

Tints of Columbia Blue #9BD8FF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.5%

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

R = 24.76%
G = 34.5%
B = 40.73%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9BD8FF (or 0x9BD8FF) is known color: Columbia Blue. HEX triplet: 9B, D8 and FF. RGB value is (155,216,255). Sum of RGB (Red+Green+Blue) = 155+216+255=626 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.76% from 626); Green value is 216 (84.77% from 255 or 34.50% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BD8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD8FF is #642700. Grayscale: #C9C9C9. Windows color (decimal): -6563585 or 16767131. OLE color: 16767131.

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

Color convert

RGB 155 216 255 -
CMYK 0.39 0.15 0 0
HSL 203.4º 1% 0.8% -
HSV(B) 203.4º 0.39% 1% -
XYZ 56.12 63.3 103.87 -
YUV 202.21 157.79 94.33 -
System Red Green Blue C M Y K H S L
Decimal 155 216 255 0.39 0.15 0 0 203.4 1 0.8
Hex 9B D8 FF 27 F 0 0 CB 64 50
Octal 233 330 377 47 17 0 0 313 144 120
Binary 10011011 11011000 11111111 100111 1111 0 0 11001011 1100100 1010000

Color Harmonies of #9BD8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD8FF

Black with #9BD8FF

Text Example


Text Example

White with #9BD8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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