Html Css Color HEX #8FDBFA Columbia Blue

📋 copy color: '#8FDBFA'

red 143 ◦ green 219 ◦ blue 250

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

Shades of Columbia Blue #8FDBFA

Tints of Columbia Blue #8FDBFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.85%

R = 23.37%
G = 35.78%
B = 40.85%

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

#8FDBFA (or 0x8FDBFA) is known color: Columbia Blue. HEX triplet: 8F, DB and FA. RGB value is (143,219,250). Sum of RGB (Red+Green+Blue) = 143+219+250=612 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.37% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FDBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDBFA is #702405. Grayscale: #C7C7C7. Windows color (decimal): -7349254 or 16440207. OLE color: 16440207.

HSL color Cylindrical-coordinate representation of color #8FDBFA: hue angle of 197.38º degrees, saturation: 0.91, 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 #8FDBFA is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 143 219 250 -
CMYK 0.43 0.12 0 0.02
HSL 197.38º 0.91% 0.77% -
HSV(B) 197.38º 0.43% 0.98% -
XYZ 53.91 63.4 99.84 -
YUV 199.81 156.32 87.48 -
System Red Green Blue C M Y K H S L
Decimal 143 219 250 0.43 0.12 0 0.02 197.38 0.91 0.77
Hex 8F DB FA 2B C 0 2 C5 5B 4D
Octal 217 333 372 53 14 0 2 305 133 115
Binary 10001111 11011011 11111010 101011 1100 0 10 11000101 1011011 1001101

Color Harmonies of #8FDBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDBFA

Black with #8FDBFA

Text Example


Text Example

White with #8FDBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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