Html Css Color HEX #8FE7FB Columbia Blue

📋 copy color: '#8FE7FB'

red 143 ◦ green 231 ◦ blue 251

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

Shades of Columbia Blue #8FE7FB

Tints of Columbia Blue #8FE7FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.16%

R = 22.88%
G = 36.96%
B = 40.16%

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

#8FE7FB (or 0x8FE7FB) is known color: Columbia Blue. HEX triplet: 8F, E7 and FB. RGB value is (143,231,251). Sum of RGB (Red+Green+Blue) = 143+231+251=625 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.88% from 625); Green value is 231 (90.62% from 255 or 36.96% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #8FE7FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FE7FB is #701804. Grayscale: #CECECE. Windows color (decimal): -7346181 or 16508815. OLE color: 16508815.

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

Color convert

RGB 143 231 251 -
CMYK 0.43 0.08 0 0.02
HSL 191.11º 0.93% 0.77% -
HSV(B) 191.11º 0.43% 0.98% -
XYZ 57.32 69.96 101.75 -
YUV 206.97 152.85 82.37 -
System Red Green Blue C M Y K H S L
Decimal 143 231 251 0.43 0.08 0 0.02 191.11 0.93 0.77
Hex 8F E7 FB 2B 8 0 2 BF 5D 4D
Octal 217 347 373 53 10 0 2 277 135 115
Binary 10001111 11100111 11111011 101011 1000 0 10 10111111 1011101 1001101

Color Harmonies of #8FE7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FE7FB

Black with #8FE7FB

Text Example


Text Example

White with #8FE7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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