Html Css Color HEX #9FDFFF Columbia Blue

📋 copy color: '#9FDFFF'

red 159 ◦ green 223 ◦ blue 255

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

Shades of Columbia Blue #9FDFFF

Tints of Columbia Blue #9FDFFF

RGB

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

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

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

R = 24.96%
G = 35.01%
B = 40.03%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9FDFFF (or 0x9FDFFF) is known color: Columbia Blue. HEX triplet: 9F, DF and FF. RGB value is (159,223,255). Sum of RGB (Red+Green+Blue) = 159+223+255=637 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.96% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FDFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDFFF is #602000. Grayscale: #CFCFCF. Windows color (decimal): -6299649 or 16768927. OLE color: 16768927.

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

Color convert

RGB 159 223 255 -
CMYK 0.38 0.13 0 0
HSL 200º 1% 0.81% -
HSV(B) 200º 0.38% 1% -
XYZ 58.74 67.37 104.52 -
YUV 207.51 154.8 93.4 -
System Red Green Blue C M Y K H S L
Decimal 159 223 255 0.38 0.13 0 0 200 1 0.81
Hex 9F DF FF 26 D 0 0 C8 64 51
Octal 237 337 377 46 15 0 0 310 144 121
Binary 10011111 11011111 11111111 100110 1101 0 0 11001000 1100100 1010001

Color Harmonies of #9FDFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDFFF

Black with #9FDFFF

Text Example


Text Example

White with #9FDFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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