Html Css Color HEX #8FE2FC Columbia Blue

📋 copy color: '#8FE2FC'

red 143 ◦ green 226 ◦ blue 252

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

Shades of Columbia Blue #8FE2FC

Tints of Columbia Blue #8FE2FC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.39%

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

R = 23.03%
G = 36.39%
B = 40.58%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8FE2FC (or 0x8FE2FC) is known color: Columbia Blue. HEX triplet: 8F, E2 and FC. RGB value is (143,226,252). Sum of RGB (Red+Green+Blue) = 143+226+252=621 (82% of max value = 765). Red value is 143 (56.25% from 255 or 23.03% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FE2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE2FC is #701D03. Grayscale: #CBCBCB. Windows color (decimal): -7347460 or 16573071. OLE color: 16573071.

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

Color convert

RGB 143 226 252 -
CMYK 0.43 0.10 0 0.01
HSL 194.31º 0.95% 0.77% -
HSV(B) 194.31º 0.43% 0.99% -
XYZ 56.09 67.26 102.12 -
YUV 204.15 155 84.39 -
System Red Green Blue C M Y K H S L
Decimal 143 226 252 0.43 0.10 0 0.01 194.31 0.95 0.77
Hex 8F E2 FC 2B A 0 1 C2 5F 4D
Octal 217 342 374 53 12 0 1 302 137 115
Binary 10001111 11100010 11111100 101011 1010 0 1 11000010 1011111 1001101

Color Harmonies of #8FE2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FE2FC

Black with #8FE2FC

Text Example


Text Example

White with #8FE2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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