Html Css Color HEX #8FE4FA Columbia Blue

📋 copy color: '#8FE4FA'

red 143 ◦ green 228 ◦ blue 250

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

Shades of Columbia Blue #8FE4FA

Tints of Columbia Blue #8FE4FA

RGB

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

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

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

R = 23.03%
G = 36.71%
B = 40.26%

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

#8FE4FA (or 0x8FE4FA) is known color: Columbia Blue. HEX triplet: 8F, E4 and FA. RGB value is (143,228,250). Sum of RGB (Red+Green+Blue) = 143+228+250=621 (82% of max value = 765). Red value is 143 (56.25% from 255 or 23.03% from 621); Green value is 228 (89.45% from 255 or 36.71% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FE4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE4FA is #701B05. Grayscale: #CCCCCC. Windows color (decimal): -7346950 or 16442511. OLE color: 16442511.

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

Color convert

RGB 143 228 250 -
CMYK 0.43 0.09 0 0.02
HSL 192.34º 0.91% 0.77% -
HSV(B) 192.34º 0.43% 0.98% -
XYZ 56.33 68.23 100.64 -
YUV 205.09 153.34 83.71 -
System Red Green Blue C M Y K H S L
Decimal 143 228 250 0.43 0.09 0 0.02 192.34 0.91 0.77
Hex 8F E4 FA 2B 9 0 2 C0 5B 4D
Octal 217 344 372 53 11 0 2 300 133 115
Binary 10001111 11100100 11111010 101011 1001 0 10 11000000 1011011 1001101

Color Harmonies of #8FE4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FE4FA

Black with #8FE4FA

Text Example


Text Example

White with #8FE4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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