Html Css Color HEX #9FCFFF Columbia Blue

📋 copy color: '#9FCFFF'

red 159 ◦ green 207 ◦ blue 255

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

Shades of Columbia Blue #9FCFFF

Tints of Columbia Blue #9FCFFF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.33%

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

R = 25.6%
G = 33.33%
B = 41.06%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9FCFFF (or 0x9FCFFF) is known color: Columbia Blue. HEX triplet: 9F, CF and FF. RGB value is (159,207,255). Sum of RGB (Red+Green+Blue) = 159+207+255=621 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.60% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FCFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCFFF is #603000. Grayscale: #C5C5C5. Windows color (decimal): -6303745 or 16764831. OLE color: 16764831.

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

Color convert

RGB 159 207 255 -
CMYK 0.38 0.19 0 0
HSL 210º 1% 0.81% -
HSV(B) 210º 0.38% 1% -
XYZ 54.66 59.22 103.16 -
YUV 198.12 160.1 100.1 -
System Red Green Blue C M Y K H S L
Decimal 159 207 255 0.38 0.19 0 0 210 1 0.81
Hex 9F CF FF 26 13 0 0 D2 64 51
Octal 237 317 377 46 23 0 0 322 144 121
Binary 10011111 11001111 11111111 100110 10011 0 0 11010010 1100100 1010001

Color Harmonies of #9FCFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCFFF

Black with #9FCFFF

Text Example


Text Example

White with #9FCFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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