Html Css Color HEX #9BDBF8 Columbia Blue

📋 copy color: '#9BDBF8'

red 155 ◦ green 219 ◦ blue 248

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

Shades of Columbia Blue #9BDBF8

Tints of Columbia Blue #9BDBF8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.21%

 BLUE value IS 248 (97.27% from 255) = 39.87%

R = 24.92%
G = 35.21%
B = 39.87%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9BDBF8 (or 0x9BDBF8) is known color: Columbia Blue. HEX triplet: 9B, DB and F8. RGB value is (155,219,248). Sum of RGB (Red+Green+Blue) = 155+219+248=622 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.92% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 248 (97.27% from 255 or 39.87% from 622); Max value from RGB is 248 - color contains mainly: blue. Hex color #9BDBF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDBF8 is #642407. Grayscale: #CACACA. Windows color (decimal): -6562824 or 16309147. OLE color: 16309147.

HSL color Cylindrical-coordinate representation of color #9BDBF8: hue angle of 198.71º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BDBF8 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 155 219 248 -
CMYK 0.38 0.12 0 0.03
HSL 198.71º 0.87% 0.79% -
HSV(B) 198.71º 0.38% 0.97% -
XYZ 55.79 64.41 98.3 -
YUV 203.17 153.3 93.64 -
System Red Green Blue C M Y K H S L
Decimal 155 219 248 0.38 0.12 0 0.03 198.71 0.87 0.79
Hex 9B DB F8 26 C 0 3 C7 57 4F
Octal 233 333 370 46 14 0 3 307 127 117
Binary 10011011 11011011 11111000 100110 1100 0 11 11000111 1010111 1001111

Color Harmonies of #9BDBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDBF8

Black with #9BDBF8

Text Example


Text Example

White with #9BDBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,219,248); }

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

background-color css

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

 a { background-color: rgb(155,219,248); }

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

border-color css

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

 span { border-color: rgb(155,219,248); }

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