Html Css Color HEX #8FE8FA Columbia Blue

📋 copy color: '#8FE8FA'

red 143 ◦ green 232 ◦ blue 250

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

Shades of Columbia Blue #8FE8FA

Tints of Columbia Blue #8FE8FA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.12%

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

R = 22.88%
G = 37.12%
B = 40%

CMYK

 C value IS 0.43

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8FE8FA (or 0x8FE8FA) is known color: Columbia Blue. HEX triplet: 8F, E8 and FA. RGB value is (143,232,250). Sum of RGB (Red+Green+Blue) = 143+232+250=625 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.88% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FE8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FE8FA is #701705. Grayscale: #CFCFCF. Windows color (decimal): -7345926 or 16443535. OLE color: 16443535.

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

Color convert

RGB 143 232 250 -
CMYK 0.43 0.07 0 0.02
HSL 190.09º 0.91% 0.77% -
HSV(B) 190.09º 0.43% 0.98% -
XYZ 57.44 70.45 101.01 -
YUV 207.44 152.01 82.04 -
System Red Green Blue C M Y K H S L
Decimal 143 232 250 0.43 0.07 0 0.02 190.09 0.91 0.77
Hex 8F E8 FA 2B 7 0 2 BE 5B 4D
Octal 217 350 372 53 7 0 2 276 133 115
Binary 10001111 11101000 11111010 101011 111 0 10 10111110 1011011 1001101

Color Harmonies of #8FE8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FE8FA

Black with #8FE8FA

Text Example


Text Example

White with #8FE8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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