Html Css Color HEX #8FE5FB Columbia Blue

📋 copy color: '#8FE5FB'

red 143 ◦ green 229 ◦ blue 251

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

Shades of Columbia Blue #8FE5FB

Tints of Columbia Blue #8FE5FB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.76%

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

R = 22.95%
G = 36.76%
B = 40.29%

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

#8FE5FB (or 0x8FE5FB) is known color: Columbia Blue. HEX triplet: 8F, E5 and FB. RGB value is (143,229,251). Sum of RGB (Red+Green+Blue) = 143+229+251=623 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.95% from 623); Green value is 229 (89.84% from 255 or 36.76% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #8FE5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE5FB is #701A04. Grayscale: #CDCDCD. Windows color (decimal): -7346693 or 16508303. OLE color: 16508303.

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

Color convert

RGB 143 229 251 -
CMYK 0.43 0.09 0 0.02
HSL 192.22º 0.93% 0.77% -
HSV(B) 192.22º 0.43% 0.98% -
XYZ 56.76 68.84 101.56 -
YUV 205.79 153.51 83.21 -
System Red Green Blue C M Y K H S L
Decimal 143 229 251 0.43 0.09 0 0.02 192.22 0.93 0.77
Hex 8F E5 FB 2B 9 0 2 C0 5D 4D
Octal 217 345 373 53 11 0 2 300 135 115
Binary 10001111 11100101 11111011 101011 1001 0 10 11000000 1011101 1001101

Color Harmonies of #8FE5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FE5FB

Black with #8FE5FB

Text Example


Text Example

White with #8FE5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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