Html Css Color HEX #8FE7FA Columbia Blue

📋 copy color: '#8FE7FA'

red 143 ◦ green 231 ◦ blue 250

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

Shades of Columbia Blue #8FE7FA

Tints of Columbia Blue #8FE7FA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.02%

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

R = 22.92%
G = 37.02%
B = 40.06%

CMYK

 C value IS 0.43

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8FE7FA (or 0x8FE7FA) is known color: Columbia Blue. HEX triplet: 8F, E7 and FA. RGB value is (143,231,250). Sum of RGB (Red+Green+Blue) = 143+231+250=624 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.92% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FE7FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FE7FA is #701805. Grayscale: #CECECE. Windows color (decimal): -7346182 or 16443279. OLE color: 16443279.

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

Color convert

RGB 143 231 250 -
CMYK 0.43 0.08 0 0.02
HSL 190.65º 0.91% 0.77% -
HSV(B) 190.65º 0.43% 0.98% -
XYZ 57.16 69.89 100.92 -
YUV 206.85 152.35 82.46 -
System Red Green Blue C M Y K H S L
Decimal 143 231 250 0.43 0.08 0 0.02 190.65 0.91 0.77
Hex 8F E7 FA 2B 8 0 2 BF 5B 4D
Octal 217 347 372 53 10 0 2 277 133 115
Binary 10001111 11100111 11111010 101011 1000 0 10 10111111 1011011 1001101

Color Harmonies of #8FE7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FE7FA

Black with #8FE7FA

Text Example


Text Example

White with #8FE7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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