Html Css Color HEX #8FE0FC Columbia Blue

📋 copy color: '#8FE0FC'

red 143 ◦ green 224 ◦ blue 252

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

Shades of Columbia Blue #8FE0FC

Tints of Columbia Blue #8FE0FC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.19%

 BLUE value IS 252 (98.83% from 255) = 40.71%

R = 23.1%
G = 36.19%
B = 40.71%

CMYK

 C value IS 0.43

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8FE0FC (or 0x8FE0FC) is known color: Columbia Blue. HEX triplet: 8F, E0 and FC. RGB value is (143,224,252). Sum of RGB (Red+Green+Blue) = 143+224+252=619 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.10% from 619); Green value is 224 (87.89% from 255 or 36.19% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FE0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE0FC is #701F03. Grayscale: #CACACA. Windows color (decimal): -7347972 or 16572559. OLE color: 16572559.

HSL color Cylindrical-coordinate representation of color #8FE0FC: hue angle of 195.41º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FE0FC is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 143 224 252 -
CMYK 0.43 0.11 0 0.01
HSL 195.41º 0.95% 0.77% -
HSV(B) 195.41º 0.43% 0.99% -
XYZ 55.55 66.18 101.94 -
YUV 202.97 155.66 85.22 -
System Red Green Blue C M Y K H S L
Decimal 143 224 252 0.43 0.11 0 0.01 195.41 0.95 0.77
Hex 8F E0 FC 2B B 0 1 C3 5F 4D
Octal 217 340 374 53 13 0 1 303 137 115
Binary 10001111 11100000 11111100 101011 1011 0 1 11000011 1011111 1001101

Color Harmonies of #8FE0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FE0FC

Black with #8FE0FC

Text Example


Text Example

White with #8FE0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,224,252); }

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

background-color css

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

 a { background-color: rgb(143,224,252); }

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

border-color css

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

 span { border-color: rgb(143,224,252); }

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