Html Css Color HEX #9FDBFF Columbia Blue

📋 copy color: '#9FDBFF'

red 159 ◦ green 219 ◦ blue 255

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

Shades of Columbia Blue #9FDBFF

Tints of Columbia Blue #9FDBFF

RGB

 RED value IS 159 (62.5% from 255) = 25.12%

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

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

R = 25.12%
G = 34.6%
B = 40.28%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9FDBFF (or 0x9FDBFF) is known color: Columbia Blue. HEX triplet: 9F, DB and FF. RGB value is (159,219,255). Sum of RGB (Red+Green+Blue) = 159+219+255=633 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.12% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FDBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDBFF is #602400. Grayscale: #CCCCCC. Windows color (decimal): -6300673 or 16767903. OLE color: 16767903.

HSL color Cylindrical-coordinate representation of color #9FDBFF: hue angle of 202.5º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FDBFF is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 159 219 255 -
CMYK 0.38 0.14 0 0
HSL 202.5º 1% 0.81% -
HSV(B) 202.5º 0.38% 1% -
XYZ 57.68 65.25 104.16 -
YUV 205.16 156.12 95.07 -
System Red Green Blue C M Y K H S L
Decimal 159 219 255 0.38 0.14 0 0 202.5 1 0.81
Hex 9F DB FF 26 E 0 0 CA 64 51
Octal 237 333 377 46 16 0 0 312 144 121
Binary 10011111 11011011 11111111 100110 1110 0 0 11001010 1100100 1010001

Color Harmonies of #9FDBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDBFF

Black with #9FDBFF

Text Example


Text Example

White with #9FDBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,219,255); }

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

background-color css

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

 a { background-color: rgb(159,219,255); }

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

border-color css

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

 span { border-color: rgb(159,219,255); }

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