Html Css Color HEX #9BDFF9 Columbia Blue

📋 copy color: '#9BDFF9'

red 155 ◦ green 223 ◦ blue 249

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

Shades of Columbia Blue #9BDFF9

Tints of Columbia Blue #9BDFF9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.57%

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

R = 24.72%
G = 35.57%
B = 39.71%

CMYK

 C value IS 0.38

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9BDFF9 (or 0x9BDFF9) is known color: Columbia Blue. HEX triplet: 9B, DF and F9. RGB value is (155,223,249). Sum of RGB (Red+Green+Blue) = 155+223+249=627 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.72% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 249 (97.66% from 255 or 39.71% from 627); Max value from RGB is 249 - color contains mainly: blue. Hex color #9BDFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDFF9 is #642006. Grayscale: #CDCDCD. Windows color (decimal): -6561799 or 16375707. OLE color: 16375707.

HSL color Cylindrical-coordinate representation of color #9BDFF9: hue angle of 196.6º 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 #9BDFF9 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 223 249 -
CMYK 0.38 0.10 0 0.02
HSL 196.6º 0.89% 0.79% -
HSV(B) 196.6º 0.38% 0.98% -
XYZ 57 66.58 99.47 -
YUV 205.63 152.47 91.89 -
System Red Green Blue C M Y K H S L
Decimal 155 223 249 0.38 0.10 0 0.02 196.6 0.89 0.79
Hex 9B DF F9 26 A 0 2 C5 59 4F
Octal 233 337 371 46 12 0 2 305 131 117
Binary 10011011 11011111 11111001 100110 1010 0 10 11000101 1011001 1001111

Color Harmonies of #9BDFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDFF9

Black with #9BDFF9

Text Example


Text Example

White with #9BDFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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