Html Css Color HEX #8FEAFE Columbia Blue

📋 copy color: '#8FEAFE'

red 143 ◦ green 234 ◦ blue 254

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

Shades of Columbia Blue #8FEAFE

Tints of Columbia Blue #8FEAFE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.08%

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

R = 22.66%
G = 37.08%
B = 40.25%

CMYK

 C value IS 0.44

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8FEAFE (or 0x8FEAFE) is known color: Columbia Blue. HEX triplet: 8F, EA and FE. RGB value is (143,234,254). Sum of RGB (Red+Green+Blue) = 143+234+254=631 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.66% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FEAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEAFE is #701501. Grayscale: #D0D0D0. Windows color (decimal): -7345410 or 16706191. OLE color: 16706191.

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

Color convert

RGB 143 234 254 -
CMYK 0.44 0.08 0 0.00
HSL 190.81º 0.98% 0.78% -
HSV(B) 190.81º 0.44% 1% -
XYZ 58.64 71.84 104.54 -
YUV 209.07 153.35 80.87 -
System Red Green Blue C M Y K H S L
Decimal 143 234 254 0.44 0.08 0 0.00 190.81 0.98 0.78
Hex 8F EA FE 2C 8 0 0 BF 62 4E
Octal 217 352 376 54 10 0 0 277 142 116
Binary 10001111 11101010 11111110 101100 1000 0 0 10111111 1100010 1001110

Color Harmonies of #8FEAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEAFE

Black with #8FEAFE

Text Example


Text Example

White with #8FEAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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