Html Css Color HEX #9FD8FF Columbia Blue

📋 copy color: '#9FD8FF'

red 159 ◦ green 216 ◦ blue 255

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

Shades of Columbia Blue #9FD8FF

Tints of Columbia Blue #9FD8FF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.29%

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

R = 25.24%
G = 34.29%
B = 40.48%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9FD8FF (or 0x9FD8FF) is known color: Columbia Blue. HEX triplet: 9F, D8 and FF. RGB value is (159,216,255). Sum of RGB (Red+Green+Blue) = 159+216+255=630 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.24% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FD8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD8FF is #602700. Grayscale: #CBCBCB. Windows color (decimal): -6301441 or 16767135. OLE color: 16767135.

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

Color convert

RGB 159 216 255 -
CMYK 0.38 0.15 0 0
HSL 204.38º 1% 0.81% -
HSV(B) 204.38º 0.38% 1% -
XYZ 56.9 63.7 103.9 -
YUV 203.4 157.12 96.33 -
System Red Green Blue C M Y K H S L
Decimal 159 216 255 0.38 0.15 0 0 204.38 1 0.81
Hex 9F D8 FF 26 F 0 0 CC 64 51
Octal 237 330 377 46 17 0 0 314 144 121
Binary 10011111 11011000 11111111 100110 1111 0 0 11001100 1100100 1010001

Color Harmonies of #9FD8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD8FF

Black with #9FD8FF

Text Example


Text Example

White with #9FD8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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