Html Css Color HEX #8FDCFE Columbia Blue

📋 copy color: '#8FDCFE'

red 143 ◦ green 220 ◦ blue 254

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

Shades of Columbia Blue #8FDCFE

Tints of Columbia Blue #8FDCFE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.66%

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

R = 23.18%
G = 35.66%
B = 41.17%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8FDCFE (or 0x8FDCFE) is known color: Columbia Blue. HEX triplet: 8F, DC and FE. RGB value is (143,220,254). Sum of RGB (Red+Green+Blue) = 143+220+254=617 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.18% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FDCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDCFE is #702301. Grayscale: #C8C8C8. Windows color (decimal): -7348994 or 16702607. OLE color: 16702607.

HSL color Cylindrical-coordinate representation of color #8FDCFE: hue angle of 198.38º 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 #8FDCFE is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 143 220 254 -
CMYK 0.44 0.13 0 0.00
HSL 198.38º 0.98% 0.78% -
HSV(B) 198.38º 0.44% 1% -
XYZ 54.81 64.18 103.27 -
YUV 200.85 157.99 86.74 -
System Red Green Blue C M Y K H S L
Decimal 143 220 254 0.44 0.13 0 0.00 198.38 0.98 0.78
Hex 8F DC FE 2C D 0 0 C6 62 4E
Octal 217 334 376 54 15 0 0 306 142 116
Binary 10001111 11011100 11111110 101100 1101 0 0 11000110 1100010 1001110

Color Harmonies of #8FDCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDCFE

Black with #8FDCFE

Text Example


Text Example

White with #8FDCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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