Html Css Color HEX #9FDBF4 Columbia Blue

📋 copy color: '#9FDBF4'

red 159 ◦ green 219 ◦ blue 244

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

Shades of Columbia Blue #9FDBF4

Tints of Columbia Blue #9FDBF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 39.23%

R = 25.56%
G = 35.21%
B = 39.23%

CMYK

 C value IS 0.35

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9FDBF4 (or 0x9FDBF4) is known color: Columbia Blue. HEX triplet: 9F, DB and F4. RGB value is (159,219,244). Sum of RGB (Red+Green+Blue) = 159+219+244=622 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.56% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 244 (95.70% from 255 or 39.23% from 622); Max value from RGB is 244 - color contains mainly: blue. Hex color #9FDBF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDBF4 is #60240B. Grayscale: #CBCBCB. Windows color (decimal): -6300684 or 16047007. OLE color: 16047007.

HSL color Cylindrical-coordinate representation of color #9FDBF4: hue angle of 197.65º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FDBF4 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 159 219 244 -
CMYK 0.35 0.10 0 0.04
HSL 197.65º 0.79% 0.79% -
HSV(B) 197.65º 0.35% 0.96% -
XYZ 55.96 64.57 95.1 -
YUV 203.91 150.62 95.97 -
System Red Green Blue C M Y K H S L
Decimal 159 219 244 0.35 0.10 0 0.04 197.65 0.79 0.79
Hex 9F DB F4 23 A 0 4 C6 4F 4F
Octal 237 333 364 43 12 0 4 306 117 117
Binary 10011111 11011011 11110100 100011 1010 0 100 11000110 1001111 1001111

Color Harmonies of #9FDBF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDBF4

Black with #9FDBF4

Text Example


Text Example

White with #9FDBF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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