Html Css Color HEX #9FDAFE Columbia Blue

📋 copy color: '#9FDAFE'

red 159 ◦ green 218 ◦ blue 254

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

Shades of Columbia Blue #9FDAFE

Tints of Columbia Blue #9FDAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.25%

R = 25.2%
G = 34.55%
B = 40.25%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9FDAFE (or 0x9FDAFE) is known color: Columbia Blue. HEX triplet: 9F, DA and FE. RGB value is (159,218,254). Sum of RGB (Red+Green+Blue) = 159+218+254=631 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.20% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FDAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDAFE is #602501. Grayscale: #CCCCCC. Windows color (decimal): -6300930 or 16702111. OLE color: 16702111.

HSL color Cylindrical-coordinate representation of color #9FDAFE: hue angle of 202.74º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FDAFE is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 159 218 254 -
CMYK 0.37 0.14 0 0.00
HSL 202.74º 0.98% 0.81% -
HSV(B) 202.74º 0.37% 1% -
XYZ 57.26 64.67 103.23 -
YUV 204.46 155.95 95.57 -
System Red Green Blue C M Y K H S L
Decimal 159 218 254 0.37 0.14 0 0.00 202.74 0.98 0.81
Hex 9F DA FE 25 E 0 0 CB 62 51
Octal 237 332 376 45 16 0 0 313 142 121
Binary 10011111 11011010 11111110 100101 1110 0 0 11001011 1100010 1010001

Color Harmonies of #9FDAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDAFE

Black with #9FDAFE

Text Example


Text Example

White with #9FDAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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