Html Css Color HEX #9FD0FF Columbia Blue

📋 copy color: '#9FD0FF'

red 159 ◦ green 208 ◦ blue 255

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

Shades of Columbia Blue #9FD0FF

Tints of Columbia Blue #9FD0FF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.44%

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

R = 25.56%
G = 33.44%
B = 41%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9FD0FF (or 0x9FD0FF) is known color: Columbia Blue. HEX triplet: 9F, D0 and FF. RGB value is (159,208,255). Sum of RGB (Red+Green+Blue) = 159+208+255=622 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.56% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FD0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD0FF is #602F00. Grayscale: #C6C6C6. Windows color (decimal): -6303489 or 16765087. OLE color: 16765087.

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

Color convert

RGB 159 208 255 -
CMYK 0.38 0.18 0 0
HSL 209.38º 1% 0.81% -
HSV(B) 209.38º 0.38% 1% -
XYZ 54.9 59.7 103.24 -
YUV 198.71 159.77 99.68 -
System Red Green Blue C M Y K H S L
Decimal 159 208 255 0.38 0.18 0 0 209.38 1 0.81
Hex 9F D0 FF 26 12 0 0 D1 64 51
Octal 237 320 377 46 22 0 0 321 144 121
Binary 10011111 11010000 11111111 100110 10010 0 0 11010001 1100100 1010001

Color Harmonies of #9FD0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD0FF

Black with #9FD0FF

Text Example


Text Example

White with #9FD0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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