Html Css Color HEX #8FE4FC Columbia Blue

📋 copy color: '#8FE4FC'

red 143 ◦ green 228 ◦ blue 252

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

Shades of Columbia Blue #8FE4FC

Tints of Columbia Blue #8FE4FC

RGB

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

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

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

R = 22.95%
G = 36.6%
B = 40.45%

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

#8FE4FC (or 0x8FE4FC) is known color: Columbia Blue. HEX triplet: 8F, E4 and FC. RGB value is (143,228,252). Sum of RGB (Red+Green+Blue) = 143+228+252=623 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.95% from 623); Green value is 228 (89.45% from 255 or 36.60% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FE4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE4FC is #701B03. Grayscale: #CDCDCD. Windows color (decimal): -7346948 or 16573583. OLE color: 16573583.

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

Color convert

RGB 143 228 252 -
CMYK 0.43 0.10 0 0.01
HSL 193.21º 0.95% 0.77% -
HSV(B) 193.21º 0.43% 0.99% -
XYZ 56.64 68.35 102.3 -
YUV 205.32 154.34 83.55 -
System Red Green Blue C M Y K H S L
Decimal 143 228 252 0.43 0.10 0 0.01 193.21 0.95 0.77
Hex 8F E4 FC 2B A 0 1 C1 5F 4D
Octal 217 344 374 53 12 0 1 301 137 115
Binary 10001111 11100100 11111100 101011 1010 0 1 11000001 1011111 1001101

Color Harmonies of #8FE4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FE4FC

Black with #8FE4FC

Text Example


Text Example

White with #8FE4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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