Html Css Color HEX #8FE3F9 Columbia Blue

📋 copy color: '#8FE3F9'

red 143 ◦ green 227 ◦ blue 249

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

Shades of Columbia Blue #8FE3F9

Tints of Columbia Blue #8FE3F9

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.67%

 BLUE value IS 249 (97.66% from 255) = 40.23%

R = 23.1%
G = 36.67%
B = 40.23%

CMYK

 C value IS 0.43

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8FE3F9 (or 0x8FE3F9) is known color: Columbia Blue. HEX triplet: 8F, E3 and F9. RGB value is (143,227,249). Sum of RGB (Red+Green+Blue) = 143+227+249=619 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.10% from 619); Green value is 227 (89.06% from 255 or 36.67% from 619); Blue value is 249 (97.66% from 255 or 40.23% from 619); Max value from RGB is 249 - color contains mainly: blue. Hex color #8FE3F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE3F9 is #701C06. Grayscale: #CCCCCC. Windows color (decimal): -7347207 or 16376719. OLE color: 16376719.

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

Color convert

RGB 143 227 249 -
CMYK 0.43 0.09 0 0.02
HSL 192.45º 0.9% 0.77% -
HSV(B) 192.45º 0.43% 0.98% -
XYZ 55.9 67.62 99.73 -
YUV 204.39 153.17 84.21 -
System Red Green Blue C M Y K H S L
Decimal 143 227 249 0.43 0.09 0 0.02 192.45 0.9 0.77
Hex 8F E3 F9 2B 9 0 2 C0 5A 4D
Octal 217 343 371 53 11 0 2 300 132 115
Binary 10001111 11100011 11111001 101011 1001 0 10 11000000 1011010 1001101

Color Harmonies of #8FE3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FE3F9

Black with #8FE3F9

Text Example


Text Example

White with #8FE3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,227,249); }

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

background-color css

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

 a { background-color: rgb(143,227,249); }

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

border-color css

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

 span { border-color: rgb(143,227,249); }

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