Html Css Color HEX #8FE4F9 Columbia Blue

📋 copy color: '#8FE4F9'

red 143 ◦ green 228 ◦ blue 249

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

Shades of Columbia Blue #8FE4F9

Tints of Columbia Blue #8FE4F9

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.77%

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

R = 23.06%
G = 36.77%
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

#8FE4F9 (or 0x8FE4F9) is known color: Columbia Blue. HEX triplet: 8F, E4 and F9. RGB value is (143,228,249). Sum of RGB (Red+Green+Blue) = 143+228+249=620 (82% of max value = 765). Red value is 143 (56.25% from 255 or 23.06% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 249 (97.66% from 255 or 40.16% from 620); Max value from RGB is 249 - color contains mainly: blue. Hex color #8FE4F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE4F9 is #701B06. Grayscale: #CCCCCC. Windows color (decimal): -7346951 or 16376975. OLE color: 16376975.

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

Color convert

RGB 143 228 249 -
CMYK 0.43 0.08 0 0.02
HSL 191.89º 0.9% 0.77% -
HSV(B) 191.89º 0.43% 0.98% -
XYZ 56.17 68.17 99.82 -
YUV 204.98 152.84 83.79 -
System Red Green Blue C M Y K H S L
Decimal 143 228 249 0.43 0.08 0 0.02 191.89 0.9 0.77
Hex 8F E4 F9 2B 8 0 2 C0 5A 4D
Octal 217 344 371 53 10 0 2 300 132 115
Binary 10001111 11100100 11111001 101011 1000 0 10 11000000 1011010 1001101

Color Harmonies of #8FE4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FE4F9

Black with #8FE4F9

Text Example


Text Example

White with #8FE4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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