Html Css Color HEX #9BD8F9 Columbia Blue

📋 copy color: '#9BD8F9'

red 155 ◦ green 216 ◦ blue 249

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

Shades of Columbia Blue #9BD8F9

Tints of Columbia Blue #9BD8F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.16%

R = 25%
G = 34.84%
B = 40.16%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9BD8F9 (or 0x9BD8F9) is known color: Columbia Blue. HEX triplet: 9B, D8 and F9. RGB value is (155,216,249). Sum of RGB (Red+Green+Blue) = 155+216+249=620 (82% of max value = 765). Red value is 155 (60.94% from 255 or 25% from 620); Green value is 216 (84.77% from 255 or 34.84% from 620); Blue value is 249 (97.66% from 255 or 40.16% from 620); Max value from RGB is 249 - color contains mainly: blue. Hex color #9BD8F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD8F9 is #642706. Grayscale: #C9C9C9. Windows color (decimal): -6563591 or 16373915. OLE color: 16373915.

HSL color Cylindrical-coordinate representation of color #9BD8F9: hue angle of 201.06º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BD8F9 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 216 249 -
CMYK 0.38 0.13 0 0.02
HSL 201.06º 0.89% 0.79% -
HSV(B) 201.06º 0.38% 0.98% -
XYZ 55.17 62.92 98.86 -
YUV 201.52 154.79 94.82 -
System Red Green Blue C M Y K H S L
Decimal 155 216 249 0.38 0.13 0 0.02 201.06 0.89 0.79
Hex 9B D8 F9 26 D 0 2 C9 59 4F
Octal 233 330 371 46 15 0 2 311 131 117
Binary 10011011 11011000 11111001 100110 1101 0 10 11001001 1011001 1001111

Color Harmonies of #9BD8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD8F9

Black with #9BD8F9

Text Example


Text Example

White with #9BD8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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