Html Css Color HEX #8FEBFE Columbia Blue

📋 copy color: '#8FEBFE'

red 143 ◦ green 235 ◦ blue 254

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

Shades of Columbia Blue #8FEBFE

Tints of Columbia Blue #8FEBFE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.18%

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

R = 22.63%
G = 37.18%
B = 40.19%

CMYK

 C value IS 0.44

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8FEBFE (or 0x8FEBFE) is known color: Columbia Blue. HEX triplet: 8F, EB and FE. RGB value is (143,235,254). Sum of RGB (Red+Green+Blue) = 143+235+254=632 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.63% from 632); Green value is 235 (92.19% from 255 or 37.18% 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 #8FEBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEBFE is #701401. Grayscale: #D1D1D1. Windows color (decimal): -7345154 or 16706447. OLE color: 16706447.

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

Color convert

RGB 143 235 254 -
CMYK 0.44 0.07 0 0.00
HSL 190.27º 0.98% 0.78% -
HSV(B) 190.27º 0.44% 1% -
XYZ 58.93 72.41 104.64 -
YUV 209.66 153.02 80.46 -
System Red Green Blue C M Y K H S L
Decimal 143 235 254 0.44 0.07 0 0.00 190.27 0.98 0.78
Hex 8F EB FE 2C 7 0 0 BE 62 4E
Octal 217 353 376 54 7 0 0 276 142 116
Binary 10001111 11101011 11111110 101100 111 0 0 10111110 1100010 1001110

Color Harmonies of #8FEBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEBFE

Black with #8FEBFE

Text Example


Text Example

White with #8FEBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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