Html Css Color HEX #9FDBFE Columbia Blue

📋 copy color: '#9FDBFE'

red 159 ◦ green 219 ◦ blue 254

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

Shades of Columbia Blue #9FDBFE

Tints of Columbia Blue #9FDBFE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.65%

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

R = 25.16%
G = 34.65%
B = 40.19%

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

#9FDBFE (or 0x9FDBFE) is known color: Columbia Blue. HEX triplet: 9F, DB and FE. RGB value is (159,219,254). Sum of RGB (Red+Green+Blue) = 159+219+254=632 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.16% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FDBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDBFE is #602401. Grayscale: #CCCCCC. Windows color (decimal): -6300674 or 16702367. OLE color: 16702367.

HSL color Cylindrical-coordinate representation of color #9FDBFE: hue angle of 202.11º 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 #9FDBFE is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 159 219 254 -
CMYK 0.37 0.14 0 0.00
HSL 202.11º 0.98% 0.81% -
HSV(B) 202.11º 0.37% 1% -
XYZ 57.52 65.19 103.32 -
YUV 205.05 155.62 95.15 -
System Red Green Blue C M Y K H S L
Decimal 159 219 254 0.37 0.14 0 0.00 202.11 0.98 0.81
Hex 9F DB FE 25 E 0 0 CA 62 51
Octal 237 333 376 45 16 0 0 312 142 121
Binary 10011111 11011011 11111110 100101 1110 0 0 11001010 1100010 1010001

Color Harmonies of #9FDBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDBFE

Black with #9FDBFE

Text Example


Text Example

White with #9FDBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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