Html Css Color HEX #9FDAFF Columbia Blue

📋 copy color: '#9FDAFF'

red 159 ◦ green 218 ◦ blue 255

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

Shades of Columbia Blue #9FDAFF

Tints of Columbia Blue #9FDAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.49%

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

R = 25.16%
G = 34.49%
B = 40.35%

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

#9FDAFF (or 0x9FDAFF) is known color: Columbia Blue. HEX triplet: 9F, DA and FF. RGB value is (159,218,255). Sum of RGB (Red+Green+Blue) = 159+218+255=632 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.16% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FDAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDAFF is #602500. Grayscale: #CCCCCC. Windows color (decimal): -6300929 or 16767647. OLE color: 16767647.

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

Color convert

RGB 159 218 255 -
CMYK 0.38 0.15 0 0
HSL 203.13º 1% 0.81% -
HSV(B) 203.13º 0.38% 1% -
XYZ 57.42 64.73 104.08 -
YUV 204.58 156.45 95.49 -
System Red Green Blue C M Y K H S L
Decimal 159 218 255 0.38 0.15 0 0 203.13 1 0.81
Hex 9F DA FF 26 F 0 0 CB 64 51
Octal 237 332 377 46 17 0 0 313 144 121
Binary 10011111 11011010 11111111 100110 1111 0 0 11001011 1100100 1010001

Color Harmonies of #9FDAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDAFF

Black with #9FDAFF

Text Example


Text Example

White with #9FDAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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