Html Css Color HEX #8FDCFB Columbia Blue

📋 copy color: '#8FDCFB'

red 143 ◦ green 220 ◦ blue 251

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

Shades of Columbia Blue #8FDCFB

Tints of Columbia Blue #8FDCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.88%

R = 23.29%
G = 35.83%
B = 40.88%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8FDCFB (or 0x8FDCFB) is known color: Columbia Blue. HEX triplet: 8F, DC and FB. RGB value is (143,220,251). Sum of RGB (Red+Green+Blue) = 143+220+251=614 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.29% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #8FDCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDCFB is #702304. Grayscale: #C8C8C8. Windows color (decimal): -7348997 or 16505999. OLE color: 16505999.

HSL color Cylindrical-coordinate representation of color #8FDCFB: hue angle of 197.22º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FDCFB is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 143 220 251 -
CMYK 0.43 0.12 0 0.02
HSL 197.22º 0.93% 0.77% -
HSV(B) 197.22º 0.43% 0.98% -
XYZ 54.33 63.99 100.75 -
YUV 200.51 156.49 86.98 -
System Red Green Blue C M Y K H S L
Decimal 143 220 251 0.43 0.12 0 0.02 197.22 0.93 0.77
Hex 8F DC FB 2B C 0 2 C5 5D 4D
Octal 217 334 373 53 14 0 2 305 135 115
Binary 10001111 11011100 11111011 101011 1100 0 10 11000101 1011101 1001101

Color Harmonies of #8FDCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDCFB

Black with #8FDCFB

Text Example


Text Example

White with #8FDCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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