Html Css Color HEX #8FDBFE Columbia Blue

📋 copy color: '#8FDBFE'

red 143 ◦ green 219 ◦ blue 254

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

Shades of Columbia Blue #8FDBFE

Tints of Columbia Blue #8FDBFE

RGB

 RED value IS 143 (56.25% from 255) = 23.21%

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

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

R = 23.21%
G = 35.55%
B = 41.23%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8FDBFE (or 0x8FDBFE) is known color: Columbia Blue. HEX triplet: 8F, DB and FE. RGB value is (143,219,254). Sum of RGB (Red+Green+Blue) = 143+219+254=616 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.21% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FDBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDBFE is #702401. Grayscale: #C8C8C8. Windows color (decimal): -7349250 or 16702351. OLE color: 16702351.

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

Color convert

RGB 143 219 254 -
CMYK 0.44 0.14 0 0.00
HSL 198.92º 0.98% 0.78% -
HSV(B) 198.92º 0.44% 1% -
XYZ 54.55 63.66 103.18 -
YUV 200.27 158.32 87.15 -
System Red Green Blue C M Y K H S L
Decimal 143 219 254 0.44 0.14 0 0.00 198.92 0.98 0.78
Hex 8F DB FE 2C E 0 0 C7 62 4E
Octal 217 333 376 54 16 0 0 307 142 116
Binary 10001111 11011011 11111110 101100 1110 0 0 11000111 1100010 1001110

Color Harmonies of #8FDBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDBFE

Black with #8FDBFE

Text Example


Text Example

White with #8FDBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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